Need advice about which tool to choose?Ask the StackShare community!

AWS CodePipeline

529
918
+ 1
30
GoCD

205
326
+ 1
206
Add tool

AWS CodePipeline vs Go.CD: What are the differences?

Introduction:

AWS CodePipeline and Go.CD are both continuous integration and continuous delivery (CI/CD) tools that help developers automate the software release process. While they share the common goal of improving development efficiency and software delivery, there are several key differences between the two.

  1. Scalability and Cloud-native Approach: AWS CodePipeline is a fully managed service provided by Amazon Web Services (AWS), which means it can easily scale based on demand and offers extensive integration with other AWS services. On the other hand, Go.CD is an open-source tool that can be hosted on-premises or on cloud platforms, providing more flexibility but requiring additional effort for scalability and maintenance.

  2. Ecosystem and Integration: AWS CodePipeline has deep integrations with various AWS services, such as AWS CodeCommit, AWS CodeBuild, and AWS CodeDeploy, making it seamless for developers who are already using AWS services. Go.CD, being an open-source tool, has a more extensive ecosystem that allows integration with a wide range of tools and plugins, providing developers with more customization options.

  3. Pipeline Configuration and Flexibility: AWS CodePipeline offers a visual interface where developers can easily define and configure pipelines using a simple drag-and-drop mechanism, making it beginner-friendly and quick to set up. Go.CD, on the other hand, uses a declarative configuration file called "pipelines as code," allowing developers to define complex pipelines with more flexibility and version control.

  4. Deployment Strategies: AWS CodePipeline provides various deployment strategies such as rolling updates, blue/green deployments, and canary deployments, which allow developers to choose the most suitable strategy for their application updates. Go.CD also supports a flexible deployment strategy, but it requires more manual configuration and customization.

  5. Pricing Model: AWS CodePipeline follows a pay-as-you-go pricing model, where developers are billed based on the number of active pipelines and monthly active users. Go.CD, being an open-source tool, is free to use and does not have any additional costs associated with it. However, hosting Go.CD on cloud platforms or acquiring enterprise support may have associated costs.

  6. Community and Support: AWS CodePipeline benefits from the extensive support and resources provided by AWS, including documentation, tutorials, and customer support. Go.CD, being an open-source tool, also has a dedicated community that provides support and contributes to its development, but the level of support may vary based on community activity and involvement.

In summary, AWS CodePipeline offers a scalable and cloud-native approach with deep integrations to other AWS services, while Go.CD provides greater flexibility in terms of hosting options and integrations with a wider range of tools. The choice between the two will depend on specific requirements, expertise, and preferences of the development team.

Advice on AWS CodePipeline and GoCD
Mohammad Hossein Amri
Chief Technology Officer at Planally · | 3 upvotes · 495.2K views
Needs advice
on
GoCDGoCD
and
JenkinsJenkins

I'm open to anything. just want something that break less and doesn't need me to pay for it, and can be hosted on Docker. our scripting language is powershell core. so it's better to support it. also we are building dotnet core in our pipeline, so if they have anything related that helps with the CI would be nice.

See more
Replies (1)
Ankit Malik
Software Developer at CloudCover · | 1 upvotes · 478K views
Recommends
on
Google Cloud BuildGoogle Cloud Build

Google cloud build can help you. It is hosted on cloud and also provide reasonable free quota.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of AWS CodePipeline
Pros of GoCD
  • 13
    Simple to set up
  • 8
    Managed service
  • 4
    GitHub integration
  • 3
    Parallel Execution
  • 2
    Automatic deployment
  • 0
    Manual Steps Available
  • 31
    Open source
  • 27
    Pipeline dependencies
  • 25
    Pipeline structures
  • 22
    Can run jobs in parallel
  • 20
    Very flexible
  • 15
    Plugin architecture
  • 13
    Environments can keep config secure
  • 12
    Great UI
  • 10
    Good user roles and permissions
  • 9
    Supports many material dependencies
  • 7
    Fan-in, Fan-out
  • 6
    Designed for cd not just ci
  • 4
    Empowers product people to make delivery decisions
  • 2
    Flexible & easy deployment
  • 2
    Pass around artifacts
  • 1
    Build once

Sign up to add or upvote prosMake informed product decisions

Cons of AWS CodePipeline
Cons of GoCD
  • 2
    No project boards
  • 1
    No integration with "Power" 365 tools
  • 2
    Lack of plugins
  • 2
    Horrible ui
  • 1
    No support

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is AWS CodePipeline?

CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define.

What is GoCD?

GoCD is an open source continuous delivery server created by ThoughtWorks. GoCD offers business a first-class build and deployment engine for complete control and visibility.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention AWS CodePipeline and GoCD as a desired skillset
What companies use AWS CodePipeline?
What companies use GoCD?
See which teams inside your own company are using AWS CodePipeline or GoCD.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with AWS CodePipeline?
What tools integrate with GoCD?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to AWS CodePipeline and GoCD?
AWS CodeDeploy
AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications.
Jenkins
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
AWS CodeBuild
AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers.
TeamCity
TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects.
Bamboo
Focus on coding and count on Bamboo as your CI and build server! Create multi-stage build plans, set up triggers to start builds upon commits, and assign agents to your critical builds and deployments.
See all alternatives