Need advice about which tool to choose?Ask the StackShare community!
Concourse vs Shippable: What are the differences?
Concourse: Pipeline-based CI system written in Go. Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control; Shippable: Shippable is a SaaS platform that lets you easily add Continuous Integration/Deployment to your Github & Bitbucket repos. Shippable is a SaaS platform that lets you easily add Continuous Integration/Deployment to your Github and BitBucket repositories. It is lightweight, super simple to setup, and runs your builds and tests faster than any other service.
Concourse and Shippable belong to "Continuous Integration" category of the tech stack.
"Real pipelines" is the primary reason why developers consider Concourse over the competitors, whereas "Free private repositories" was stated as the key factor in picking Shippable.
Concourse is an open source tool with 3.92K GitHub stars and 472 GitHub forks. Here's a link to Concourse's open source repository on GitHub.
DigitalOcean, Starbucks, and HelloFresh are some of the popular companies that use Concourse, whereas Shippable is used by Techstars, DrinkIn, and Reviewable. Concourse has a broader approval, being mentioned in 18 company stacks & 17 developers stacks; compared to Shippable, which is listed in 24 company stacks and 4 developer stacks.
I'm planning to setup complete CD-CD setup for spark and python application which we are going to deploy in aws lambda and EMR Cluster. Which tool would be best one to choose. Since my company is trying to adopt to concourse i would like to understand what are the lack of capabilities concourse have . Thanks in advance !
I would definetly recommend Concourse to you, as it is one of the most advanced modern methods of making CI/CD while Jenkins is an old monolithic dinosaur. Concourse itself is cloudnative and containerbased which helps you to build simple, high-performance and scalable CI/CD pipelines. In my opinion, the only lack of skills you have with Concourse is your own knowledge of how to build pipelines and automate things. Technincally there is no lack, i would even say you can extend it way more easily. But as a Con it is more easy to interact with Jenkins if you are only used to UIs. Concourse needs someone which is capable of using CLIs.
Pros of Concourse
- Real pipelines16
- Containerised builds10
- Flexible engine9
- Fast6
- Open source4
- No Snowflakes3
- Simple configuration management3
- You have to do everything2
- Fancy Visualization1
Pros of Shippable
- Free private repositories18
- Built on docker16
- Continuous deployment14
- Bitbucket integration13
- Fastest continuous integration and deployment12
- Team permissions11
- Flexible Configuration9
- Matrix builds8
- Finer GitHub Scope8
- Intelligent Notifications6
- Awesome experience4
- Easy Setup4
- Fast3
- Custom docker containers1
- 2x faster than other CI/CD platforms1
Sign up to add or upvote prosMake informed product decisions
Cons of Concourse
- Fail forward instead of rollback pattern2