What are the pros and cons of using AWS CodePipeline vs Jenkins

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?

+4
2

AWS CodePipeLine , GitHub. , , Amazon S3 bucket . Source Control CodePipeline.

, , Amazon S3 , , .Net. , - AWS, , .

(?) cons AWS CodePipeLine - "". . Gitlab SCM AWS https://aws.amazon.com/blogs/devops/integrating-git-with-aws-codepipeline/

0

Source: https://habr.com/ru/post/1671613/


All Articles