What are the pros and cons of using AWS CodePipeline vs Jenkins?
I do not see much information about networks (except https://stackshare.io/stackups/jenkins-vs-aws-codepipeline ). As far as I can see, they look like this:
AWS CodePipeline Pros
- Web interface
- integrated with AWS
- easy to configure (as a web interface)
AWS CodePipeline Cons
- cannot be used for local local code recovery
Jenkins pros
- standalone software
- can be used for many systems (except AWS)
- many options for customization (e.g. plugins)
- can be used for local local code repository
Any other significant differences that people can use to make informed choices?