Need advice about which tool to choose?Ask the StackShare community!
Github Actions vs GoCD: What are the differences?
Key Differences between Github Actions and GoCD
Hosted vs Self-hosted: Github Actions is a hosted service provided by Github, where all the infrastructure and resources for running workflows are managed by Github. On the other hand, GoCD is a self-hosted continuous delivery platform that needs to be installed and managed by the user on their own infrastructure.
Integration with Github: Github Actions seamlessly integrates with Github repositories, allowing you to define workflows directly in the repository itself. This tight integration enables easy collaboration and version control. In contrast, GoCD can integrate with Github repositories, but it requires additional configuration and setup to establish the connection.
Ease of Use: Github Actions provides a user-friendly interface and a simple YAML syntax for defining workflows, making it relatively easy to get started and set up continuous integration and delivery pipelines quickly. GoCD, while powerful, can be more complex to configure and use due to its extensive feature set and flexibility.
Community and Ecosystem: Github Actions benefits from a large and active community due to the popularity of Github as a code hosting platform. This active community results in a wide range of pre-built actions and workflows that can be readily used in different projects. GoCD, while having a community of its own, may not have the same breadth and depth of available resources and integrations.
Scalability and Flexibility: Github Actions can scale seamlessly, as the infrastructure is managed by Github itself. It allows for parallel execution of workflows across multiple virtual machines, enabling projects to scale as needed. GoCD, being self-hosted, offers flexibility in terms of customization and control over the infrastructure, allowing for tailor-made setups to accommodate specific requirements.
Pricing Model: Github Actions offers a freemium model, where a certain number of free minutes are provided for workflow execution, and additional minutes can be purchased as needed. GoCD, being self-hosted, does not have a specific pricing model, but users may incur costs for infrastructure setup and maintenance.
In summary, Github Actions is a hosted service with tight integration with Github, offering ease of use, a large community, and scalability. GoCD, on the other hand, is a self-hosted platform with more flexibility and customization options, but it may require additional configuration and setup.
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.
Google cloud build can help you. It is hosted on cloud and also provide reasonable free quota.
Pros of GitHub Actions
- Integration with GitHub8
- Free5
- Easy to duplicate a workflow3
- Ready actions in Marketplace3
- Configs stored in .github2
- Docker Support2
- Read actions in Marketplace2
- Active Development Roadmap1
- Fast1
Pros of GoCD
- Open source32
- Pipeline dependencies27
- Pipeline structures25
- Can run jobs in parallel22
- Very flexible20
- Plugin architecture15
- Environments can keep config secure13
- Great UI12
- Good user roles and permissions10
- Supports many material dependencies9
- Fan-in, Fan-out7
- Designed for cd not just ci6
- Empowers product people to make delivery decisions4
- Flexible & easy deployment2
- Pass around artifacts2
- Build once1
Sign up to add or upvote prosMake informed product decisions
Cons of GitHub Actions
- Lacking [skip ci]5
- Lacking allow failure4
- Lacking job specific badges3
- No ssh login to servers2
- No Deployment Projects1
- No manual launch1
Cons of GoCD
- Lack of plugins2
- Horrible ui2
- No support1