Cloudbuild Example","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2019-06-05T14:39:00Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231778086278044","fans":320,"name":"Google Cloud Build","path":"/google-cloud-build","slug":"google-cloud-build","title":"Continuously build, test, and deploy.","votes":4,"stacks":492,"imageUrl":"https://img.stackshare.io/service/9309/PoHJY3K8_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/google-cloud-build","followContext":null}],"upvotesCount":4,"commentsCount":0},"__typename":"StackDecisionEdge"},{"node":{"id":"101947949895188911","link":null,"user":{"id":"101232116468327845","path":"/akarsh3007","title":null,"imageUrl":"https://img.stackshare.io/user/244413/default_fd332a4eefedfca42f251f060bf8b454d8181713.jpeg","username":"akarsh3007","__typename":"User","companyName":null,"displayName":"akarsh3007"},"draft":false,"topics":[],"company":null,"flagged":false,"private":false,"toTools":[],"upvoted":false,"publicId":"101947949895188911","services":[{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"createdAt":"2019-04-18T15:44:22Z","fromTools":[],"viewCount":502987,"__typename":"StackDecision","bookmarked":false,"rawContent":"I use @{Travis CI}|tool:460| because of various reasons -\r\n1. Cloud based system so no dedicated server required, and you do not need to administrate it.\r\n2. Easy YAML configuration.\r\n3. Supports Major Programming Languages.\r\n4. Support of build matrix\r\n6. Supports AWS, Azure, Docker, Heroku, Google Cloud, Github Pages, PyPi and lot more. \r\n7. Slack Notifications.","htmlContent":"I use Travis CI because of various reasons -\r\n1. Cloud based system so no dedicated server required, and you do not need to administrate it.\r\n2. Easy YAML configuration.\r\n3. Supports Major Programming Languages.\r\n4. Support of build matrix\r\n6. Supports AWS, Azure, Docker, Heroku, Google Cloud, Github Pages, PyPi and lot more. \r\n7. Slack Notifications.","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2019-04-18T15:44:00Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":3,"commentsCount":0},"__typename":"StackDecisionEdge"},{"node":{"id":"104047714336945946","link":null,"user":{"id":"101232017476386990","path":"/guss77","title":"CTO","imageUrl":"https://img.stackshare.io/user/56435/default_7e490f6d3969671c7031decf1c38fb57eb0e8e65.png","username":"guss77","__typename":"User","companyName":"Cloudonix LTD.","displayName":"Oded Arbel"},"draft":false,"topics":[],"company":null,"flagged":false,"private":false,"toTools":[],"upvoted":false,"publicId":"104047714336945946","services":[],"createdAt":"2020-04-23T11:42:05Z","fromTools":[],"viewCount":501207,"__typename":"StackDecision","bookmarked":false,"rawContent":"You are probably looking at another hosted solution: Jenkins is a good tool but it way too work intensive to be used as just a backup solution. \n\nI have good experience with Circle-CI, Codeship, Drone.io and Travis (as well as problematic experiences with all of them), but my go-to tool is Gitlab CI: simple, powerful and if you have problems with their limitations or pricing, you can always install runners somewhere and use Gitlab just for scheduling and management. Even if you don't host your git repository at Gitlab, you can have Gitlab pull changes automatically from wherever you repo lives.","htmlContent":"You are probably looking at another hosted solution: Jenkins is a good tool but it way too work intensive to be used as just a backup solution. \n\n
I have good experience with Circle-CI, Codeship, Drone.io and Travis (as well as problematic experiences with all of them), but my go-to tool is Gitlab CI: simple, powerful and if you have problems with their limitations or pricing, you can always install runners somewhere and use Gitlab just for scheduling and management. Even if you don't host your git repository at Gitlab, you can have Gitlab pull changes automatically from wherever you repo lives.","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2020-04-23T11:42:05Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231776189486570","fans":2279,"name":"GitLab CI","path":"/gitlab-ci","slug":"gitlab-ci","title":"GitLab integrated CI to test, build and deploy your code","votes":75,"stacks":2299,"imageUrl":"https://img.stackshare.io/service/5545/9pAwHBR0.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/gitlab-ci","followContext":null}],"upvotesCount":2,"commentsCount":0},"__typename":"StackDecisionEdge"},{"node":{"id":"103563095144095359","link":null,"user":{"id":"101231989244311357","path":"/andyshinn","title":null,"imageUrl":"https://img.stackshare.io/user/249/default_f741058d0fae95ce91baf2873eceddba9cf6a028.png","username":"andyshinn","__typename":"User","companyName":null,"displayName":"Andy Shinn"},"draft":false,"topics":[],"company":null,"flagged":false,"private":false,"toTools":[],"upvoted":false,"publicId":"103563095144095359","services":[],"createdAt":"2020-01-28T21:37:03Z","fromTools":[],"viewCount":501134,"__typename":"StackDecision","bookmarked":false,"rawContent":"If you are considering Jenkins I would recommend at least checking out Buildkite. The agents are self-hosted (like Jenkins) but the interface is hosted for you. It meshes up some of the things I like about hosted services (pipeline definitions in YAML, managed interface and authentication) with things I like about Jenkins (local customizable agent images, secrets only on own instances, custom agent level scripts, sizing instances to your needs).","htmlContent":"
If you are considering Jenkins I would recommend at least checking out Buildkite. The agents are self-hosted (like Jenkins) but the interface is hosted for you. It meshes up some of the things I like about hosted services (pipeline definitions in YAML, managed interface and authentication) with things I like about Jenkins (local customizable agent images, secrets only on own instances, custom agent level scripts, sizing instances to your needs).","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2020-01-28T21:37:03Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231773665355731","fans":280,"name":"Buildkite","path":"/buildkite","slug":"buildkite","title":"Fast, secure and scalable CI/CD for all your software projects","votes":115,"stacks":212,"imageUrl":"https://img.stackshare.io/service/577/default_2d19e0c5c214c1ba5cd484c8463d7dfe88eb2328.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/buildkite","followContext":null}],"upvotesCount":1,"commentsCount":0},"__typename":"StackDecisionEdge"}],"pageInfo":{"endCursor":"Ng","__typename":"PageInfo","hasNextPage":false},"__typename":"StackDecisionConnection"},"company":null,"private":false,"toTools":[],"publicId":"102651056680533966","services":[],"fromTools":[],"viewCount":504463,"__typename":"StackDecision","htmlContent":"
From a StackShare Community member: \"Currently we use Travis CI and have optimized it as much as we can so our builds are fairly quick. Our boss is all about redundancy so we are looking for another solution to fall back on in case Travis goes down and/or jacks prices way up (they were recently acquired). Could someone recommend which CI we should go with and if they have time, an explanation of how they're different?\"","publishedAt":"2019-04-17T19:53:00Z","decisionType":"getAdvice","subjectTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null},{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null}],"upvotesCount":3},"__typename":"StackDecisionEdge"}],"pageInfo":{"endCursor":"NA","__typename":"PageInfo","hasNextPage":false},"__typename":"StackDecisionConnection"}},"privateStackDecisionsGetAdvice({\"first\":3})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3})","typename":"StackDecisionConnection"},"cachedStackDecisions":{"type":"json","json":{"count":8,"edges":[{"node":{"id":"107145898820600911","user":{"id":"107145557076312948","title":"Engineering Team Lead","imageUrl":"https://img.stackshare.io/user/1058890/default_192f8b7c38943c6c24658acc4888bb9d313cb215.jpg","thumbUrl":"https://img.stackshare.io/user/1058890/thumb_192f8b7c38943c6c24658acc4888bb9d313cb215.jpg","username":"astolze","__typename":"User","companyName":"DCMN GmbH","displayName":"A Stolze"},"stack":null,"topics":[],"company":{"name":"DCMN GmbH","path":"/companies/dcmn","features":[],"imageUrl":"https://img.stackshare.io/company/171047/default_9987f6d05a3a5242dd84f69226fbca85eb9d5f24.png","thumbUrl":"https://img.stackshare.io/company/171047/thumb_9987f6d05a3a5242dd84f69226fbca85eb9d5f24.png","__typename":"Company"},"private":false,"toTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"publicId":"107145898820600911","services":[],"fromTools":[{"id":"101231776475458733","fans":614,"name":"AWS CodeBuild","path":"/aws-codebuild","slug":"aws-codebuild","title":"Build and test code with continuous scaling","votes":43,"stacks":375,"imageUrl":"https://img.stackshare.io/service/6086/aws-codebuild.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/aws-codebuild","followContext":null},{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"viewCount":69686,"__typename":"StackDecision","htmlContent":"
Github Actions allowed us to drop previous CI/CD technologies like Jenkins or AWS CodeBuild. The main advantages for us are:\n- The Infrastructure-as-Code approach of Github Actions enables us to keep CI/CD configurations next to the code.\n- Github as a single platform for repositories and CI/CD simplifies our stack and effort to manage it on the daily basis.\n\n
TVcloud Team <3 Github Actions","publishedAt":"2021-10-22T15:31:08Z","decisionType":"tool","subjectTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null},{"id":"101231776475458733","fans":614,"name":"AWS CodeBuild","path":"/aws-codebuild","slug":"aws-codebuild","title":"Build and test code with continuous scaling","votes":43,"stacks":375,"imageUrl":"https://img.stackshare.io/service/6086/aws-codebuild.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/aws-codebuild","followContext":null},{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"upvotesCount":7},"__typename":"StackDecisionEdge"},{"node":{"id":"106177743645259195","user":{"id":"106177115562555307","title":"Head of Engineering","imageUrl":"https://img.stackshare.io/user/960110/default_8bc395ca2df6b9f0df455b07beb4d0f59f2607db.jpg","thumbUrl":"https://img.stackshare.io/user/960110/thumb_8bc395ca2df6b9f0df455b07beb4d0f59f2607db.jpg","username":"pedrocarvalho7317","__typename":"User","companyName":"Lengoo GmbH","displayName":"Pedro Gil Carvalho"},"stack":{"id":"101231803637560527","name":"lengoo GmbH","path":"/lengoo-gmbh/lengoo-gmbh","owner":{"id":"101231721557601641","name":"lengoo GmbH","slug":"lengoo-gmbh","imageUrl":"https://img.stackshare.io/company/25789/default_b95bb6a5ef8de592c6ce176a7ea0f3db30372508.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/57395/default_6c31ad1ecc16a566fb6b686f543effe36eee0676.png","__typename":"Stack","identifier":"lengoo-gmbh/lengoo-gmbh"},"topics":[],"company":{"name":"lengoo GmbH","path":"/companies/lengoo-gmbh","features":[],"imageUrl":"https://img.stackshare.io/company/25789/default_b95bb6a5ef8de592c6ce176a7ea0f3db30372508.png","thumbUrl":"https://img.stackshare.io/company/25789/thumb_b95bb6a5ef8de592c6ce176a7ea0f3db30372508.png","__typename":"Company"},"private":false,"toTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"publicId":"106177743645259195","services":[],"fromTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"viewCount":74107,"__typename":"StackDecision","htmlContent":"
We replaced Jenkins with Github Actions for all our repositories hosted on Github. GA has two significant benefits for us compared to an external build tool: it's simpler, and it sits at eye level.\n\n
Its simplicity and smooth user experience makes it easier for all developers to adopt, giving them more autonomy.\n\n
Sitting at eye level means it's completely run and configured right alongside the code, so that it's easier to observe and adjust our builds as we go.\n\n
These two benefits have made \"the build\" less of a system engineer responsibility and more of a developer tool, giving developers more ownership from code to release.","publishedAt":"2021-05-04T15:56:32Z","decisionType":"tool","subjectTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null},{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"upvotesCount":6},"__typename":"StackDecisionEdge"},{"node":{"id":"105748076426902723","user":{"id":"105582170996797394","title":"GO/C developer","imageUrl":"https://img.stackshare.io/user/852897/default_f849b8f82aa33a93afaf7cad8c322817c4e48a8e.jpg","thumbUrl":"https://img.stackshare.io/user/852897/thumb_f849b8f82aa33a93afaf7cad8c322817c4e48a8e.jpg","username":"ducklingsoftware","__typename":"User","companyName":null,"displayName":"Kirill Mikhailov"},"stack":{"id":"105645572548407698","name":"Duckling Sales","path":"/duckling-sales/duckling-sales","owner":{"id":"105645565068484055","name":"Duckling Sales","slug":"duckling-sales","imageUrl":"https://img.stackshare.io/company/167358/default_86ad5cebe22e90de8fa56064d885126a03376cc8.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/803761/default_998321e1565807c8bdc85d2b7eb977af94e1dbdb.png","__typename":"Stack","identifier":"duckling-sales/duckling-sales"},"topics":[],"company":{"name":"Duckling Sales","path":"/companies/duckling-sales","features":[],"imageUrl":"https://img.stackshare.io/company/167358/default_86ad5cebe22e90de8fa56064d885126a03376cc8.png","thumbUrl":"https://img.stackshare.io/company/167358/thumb_86ad5cebe22e90de8fa56064d885126a03376cc8.png","__typename":"Company"},"private":false,"toTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"publicId":"105748076426902723","services":[],"fromTools":[{"id":"101231777164258494","fans":474,"name":"Bitbucket Pipelines","path":"/bitbucket-pipeline","slug":"bitbucket-pipeline","title":"An Integrated continuous integration and continuous deployment for Bitbucket","votes":0,"stacks":348,"imageUrl":"https://img.stackshare.io/service/7452/35O2KIRX_400x400.jpg","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/bitbucket-pipeline","followContext":null},{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":143953,"__typename":"StackDecision","htmlContent":"
Jenkins is a friend of mine. ð\n\n
There are not much space for Jenkins competitors for now from my point of view. With declarative pipelines now in place, its super easy to maintain them and create new ones(altho I prefer scripted still). Self-hosted, free, huge community makes it the top choice so honestly for me it was an easy pick.","publishedAt":"2021-02-17T18:46:31Z","decisionType":"tool","subjectTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231777164258494","fans":474,"name":"Bitbucket Pipelines","path":"/bitbucket-pipeline","slug":"bitbucket-pipeline","title":"An Integrated continuous integration and continuous deployment for Bitbucket","votes":0,"stacks":348,"imageUrl":"https://img.stackshare.io/service/7452/35O2KIRX_400x400.jpg","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/bitbucket-pipeline","followContext":null},{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":3},"__typename":"StackDecisionEdge"},{"node":{"id":"105707463604220713","user":{"id":"105702517100043649","title":"","imageUrl":"https://img.stackshare.io/user/876370/default_c89ec26db895bc802042c7f816b13cf6232e28c2.jpeg","thumbUrl":"https://img.stackshare.io/user/876370/thumb_c89ec26db895bc802042c7f816b13cf6232e28c2.jpeg","username":"johngiorgi","__typename":"User","companyName":"","displayName":"John Giorgi"},"stack":{"id":"105704089690050964","name":"Athology","path":"/dcsil/athology","owner":{"id":"103516412385155261","name":"DCSIL","slug":"dcsil","imageUrl":"https://img.stackshare.io/company/160458/default_5bd666023dd9ef07268ae13d7cc98a7e19ed9e63.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/810009/default_dc454c91b5c000714d2f9f85581cf772560b1250.png","__typename":"Stack","identifier":"dcsil/athology"},"topics":[],"company":{"name":"DCSIL","path":"/companies/dcsil","features":[],"imageUrl":"https://img.stackshare.io/company/160458/default_5bd666023dd9ef07268ae13d7cc98a7e19ed9e63.png","thumbUrl":"https://img.stackshare.io/company/160458/thumb_5bd666023dd9ef07268ae13d7cc98a7e19ed9e63.png","__typename":"Company"},"private":false,"toTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"publicId":"105707463604220713","services":[],"fromTools":[{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":33587,"__typename":"StackDecision","htmlContent":"
When choosing a tool to help automate our CI/CD, the decision came down to GitHub Actions (GA) or TravisCI. Both are great, but the team has more experience with GA. Given GAs broad support of languages and workflows, it's hard to go wrong with this decision. We will also be using GitHub for version control and project management, so having everything in one place is convenient.","publishedAt":"2021-02-10T14:38:09Z","decisionType":"tool","subjectTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":2},"__typename":"StackDecisionEdge"},{"node":{"id":"105182910688605191","user":{"id":"105072032120823938","title":"Senior DevOps Engineer","imageUrl":"https://img.stackshare.io/user/770167/default_a8db1989494fa5e7ff5a724be964a5aa3efb5f67.png","thumbUrl":"https://img.stackshare.io/user/770167/thumb_a8db1989494fa5e7ff5a724be964a5aa3efb5f67.png","username":"stephenbadger","__typename":"User","companyName":"Vital Beats","displayName":"Stephen Badger | Vital Beats"},"stack":{"id":"104749764726425189","name":"Vital Beats","path":"/vital-beats/vital-beats","owner":{"id":"104749758567370040","name":"Vital Beats","slug":"vital-beats","imageUrl":"https://img.stackshare.io/company/165290/default_bf3bcb159fa3fb4954e6073eb26407d71fabd22f.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/712018/default_d64c107f285133493854bd28bf7525aed404a5ad.png","__typename":"Stack","identifier":"vital-beats/vital-beats"},"topics":[],"company":{"name":"Vital Beats","path":"/companies/vital-beats","features":[],"imageUrl":"https://img.stackshare.io/company/165290/default_bf3bcb159fa3fb4954e6073eb26407d71fabd22f.png","thumbUrl":"https://img.stackshare.io/company/165290/thumb_bf3bcb159fa3fb4954e6073eb26407d71fabd22f.png","__typename":"Company"},"private":false,"toTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"publicId":"105182910688605191","services":[],"fromTools":[{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"viewCount":231104,"__typename":"StackDecision","htmlContent":"
Within our deployment pipeline, we have a need to deploy to multiple customer environments, and manage secrets specifically in a way that integrates well with AWS, Kubernetes Secrets, Terraform and our pipelines ourselves.\n\n
Jenkins offered us the ability to choose one of a number of credentials/secrets management approaches, and models secrets as a more dynamic concept that GitHub Actions provided.\n\n
Additionally, we are operating Jenkins within our development Kubernetes cluster as a kind of system-wide orchestrator, allowing us to use Kubernetes pods as build agents, avoiding the ongoing direct costs associated with GitHub Actions minutes / per-user pricing. Obviously as a consequence we take on the indirect costs of maintain Jenkins itself, patching it, upgrading etc. However our experience with managing Jenkins via Kubernetes and declarative Jenkins configuration has led us to believe that this cost is small, particularly as the majority of actual building and testing is handled inside docker containers and Kubernetes, alleviating the need for less supported plugins that may make Jenkins administration more difficult.","publishedAt":"2020-11-09T23:17:26Z","decisionType":"tool","subjectTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"103249435143679064","fans":4792,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23550,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"upvotesCount":2},"__typename":"StackDecisionEdge"},{"node":{"id":"104221435272037519","user":{"id":"104186891633225440","title":"","imageUrl":"https://img.stackshare.io/user/594914/default_af75bf3e1b1662b7db80aee7cb8855171cbf5bb3.jpeg","thumbUrl":"https://img.stackshare.io/user/594914/thumb_af75bf3e1b1662b7db80aee7cb8855171cbf5bb3.jpeg","username":"felipelincoln","__typename":"User","companyName":"","displayName":"Felipe Lincoln"},"stack":{"id":"104215443456465816","name":"drafthub","path":"/drafthub/drafthub","owner":{"id":"104215430706858444","name":"drafthub","slug":"drafthub","imageUrl":"https://img.stackshare.io/company/162057/default_bcc55446d091858a5351045279a8615a342330a6.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/651778/default_b170f101811f8d959a87940a891619971a0eebb0.png","__typename":"Stack","identifier":"drafthub/drafthub"},"topics":[{"name":"Codecov","__typename":"Topic"}],"company":{"name":"drafthub","path":"/companies/drafthub","features":[],"imageUrl":"https://img.stackshare.io/company/162057/default_bcc55446d091858a5351045279a8615a342330a6.png","thumbUrl":"https://img.stackshare.io/company/162057/thumb_bcc55446d091858a5351045279a8615a342330a6.png","__typename":"Company"},"private":false,"toTools":[],"publicId":"104221435272037519","services":[],"fromTools":[],"viewCount":187693,"__typename":"StackDecision","htmlContent":"
My website is brand new and one of the few requirements of testings I had to implement was code coverage. Never though it was so hard to implement using a #docker container.\nGiven my lack of experience, every attempt I tried on making a simple code coverage test using the 4 combinations of #TravisCI, #CircleCi with #Coveralls, #Codecov I failed. The main problem was I was generating the .coverage file within the docker container and couldn't access it with #TravisCi or #CircleCi, every attempt to solve this problem seems to be very hacky and this was not the kind of complexity I want to introduce to my newborn website.\nThis problem was solved using a specific action for #GitHubActions, it was a 3 line solution I had to put in my github workflow file and I was able to access the .coverage file from my docker container and get the coverage report with #Codecov.","publishedAt":"2020-05-24T04:01:36Z","decisionType":"freeform","subjectTools":[{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231774531819761","fans":788,"name":"Codecov","path":"/codecov","slug":"codecov","title":"Hosted coverage reports with awesome features to enhance your CI workflow","votes":102,"stacks":2416,"imageUrl":"https://img.stackshare.io/service/2673/Codecov_Mark_Circle_Pink.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/codecov","followContext":null},{"id":"101231773706845100","fans":625,"name":"Coveralls","path":"/coveralls","slug":"coveralls","title":"Track your project's code coverage over time, changes to files, and badge your GitHub repo","votes":68,"stacks":1360,"imageUrl":"https://img.stackshare.io/service/680/a43e4a04cb9f778842de43f95db59a14.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/coveralls","followContext":null},{"id":"101231773669807419","fans":160848,"name":"Docker","path":"/docker","slug":"docker","title":"Enterprise Container Platform for High-Velocity Innovation.","votes":3857,"stacks":174409,"imageUrl":"https://img.stackshare.io/service/586/n4u37v9t_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/docker","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":5},"__typename":"StackDecisionEdge"},{"node":{"id":"103285861617133156","user":{"id":"103241000390232585","title":"","imageUrl":"https://img.stackshare.io/user/322117/default_94e7f322e1c55a2c6933e225655f72e154034888.png","thumbUrl":"https://img.stackshare.io/user/322117/thumb_94e7f322e1c55a2c6933e225655f72e154034888.png","username":"awatson1978","__typename":"User","companyName":"","displayName":"Abigail Watson"},"stack":{"id":"103281040246256187","name":"node-on-fhir","path":"/symptomatic-llc/node-on-fhir","owner":{"id":"103281033486168711","name":"Symptomatic, LLC","slug":"symptomatic-llc","imageUrl":"https://img.stackshare.io/company/159998/default_fd82ab62f0da36f082f88c5f5b3274f5d0e83901.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/520113/default_8fc8fcd618e28b4497809bd37465a37b0f2efc45.png","__typename":"Stack","identifier":"symptomatic-llc/node-on-fhir"},"topics":[],"company":{"name":"Symptomatic, LLC","path":"/companies/symptomatic-llc","features":[],"imageUrl":"https://img.stackshare.io/company/159998/default_fd82ab62f0da36f082f88c5f5b3274f5d0e83901.png","thumbUrl":"https://img.stackshare.io/company/159998/thumb_fd82ab62f0da36f082f88c5f5b3274f5d0e83901.png","__typename":"Company"},"private":false,"toTools":[{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null}],"publicId":"103285861617133156","services":[],"fromTools":[{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":132585,"__typename":"StackDecision","htmlContent":"We were long time users of TravisCI, but switched to CircleCI because of the better user interface and pricing. Version 2.0 has had a couple of trips and hiccups; but overall we've been very happy with the continuous integration it provides. Continuous Integration is a must-have for building software, and CircleCI continues to surprise as they roll out ideas and features. It's leading the industry in terms of innovation and new ideas, and it's exciting to see what new things they keep rolling out. ","publishedAt":"2019-12-10T22:32:55Z","decisionType":"tool","subjectTools":[{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":2},"__typename":"StackDecisionEdge"},{"node":{"id":"103149602061782255","user":{"id":"101232123862380966","title":"","imageUrl":"https://img.stackshare.io/user/259296/default_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","thumbUrl":"https://img.stackshare.io/user/259296/thumb_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","username":"tdurova","__typename":"User","companyName":"","displayName":"Tatiana Durova"},"stack":{"id":"101231819479698567","name":"My Stack","path":"/tdurova/my-stack","owner":{"id":"101232123862380966","imageUrl":"https://img.stackshare.io/user/259296/default_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","username":"tdurova","__typename":"User"},"private":false,"imageUrl":"https://img.stackshare.io/stack/331163/default_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","__typename":"Stack","identifier":"tdurova/my-stack"},"topics":[],"company":null,"private":false,"toTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"publicId":"103149602061782255","services":[],"fromTools":[{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":709017,"__typename":"StackDecision","htmlContent":"
Jenkins is a pretty flexible, complete tool. Especially I love the possibility to configure jobs as a code with Jenkins pipelines.\n\n
CircleCI is well suited for small projects where the main task is to run continuous integration as quickly as possible.\nTravis CI is recommended primarily for open-source projects that need to be tested in different environments.\n\n
And for something a bit larger I prefer to use Jenkins because it is possible to make serious system configuration thereby different plugins. In Jenkins, I can change almost anything. But if you want to start the CI chain as soon as possible, Jenkins may not be the right choice.","publishedAt":"2019-11-16T21:00:19Z","decisionType":"tool","subjectTools":[{"id":"101231773703650742","fans":58553,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58368,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231773501041914","fans":9480,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12828,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9387,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26379,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":3},"__typename":"StackDecisionEdge"}],"pageInfo":{"endCursor":"OA","__typename":"PageInfo","hasNextPage":false},"__typename":"StackDecisionConnection"}},"privateStackDecisions({\"first\":5})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisions({\"first\":5})","typename":"StackDecisionConnection"},"cachedFooterRelatedStackups":{"type":"json","json":[{"path":"/stackups/jenkins-vs-teamcity","title":"Jenkins vs TeamCity","__typename":"Stackup"},{"path":"/stackups/circleci-vs-jenkins-vs-travis-ci","title":"CircleCI vs Jenkins vs Travis CI","__typename":"Stackup"},{"path":"/stackups/buildbot-vs-jenkins","title":"Buildbot vs Jenkins","__typename":"Stackup"},{"path":"/stackups/gocd-vs-jenkins","title":"GoCD vs Jenkins","__typename":"Stackup"},{"path":"/stackups/appveyor-vs-jenkins-vs-travis-ci","title":"Appveyor vs Jenkins vs Travis CI","__typename":"Stackup"}]},"footerTopStackups":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.0","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.1","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.2","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.3","typename":"Stackup"}],"footerTrendingStackups":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.0","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.1","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.2","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.3","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.4","typename":"Stackup"}],"__typename":"Stackup","featuredPosts({\"first\":8})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8})","typename":"FeaturedPostConnection"},"jobs({\"first\":8})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).jobs({\"first\":8})","typename":"JobConnection"}},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).jobs":{"count":1,"__typename":"JobConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts":{"count":21,"__typename":"FeaturedPostConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3})":{"count":0,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3}).pageInfo","typename":"PageInfo"},"edges":[],"__typename":"StackDecisionConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3}).pageInfo":{"endCursor":null,"hasNextPage":false,"__typename":"PageInfo"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisions({\"first\":5})":{"count":0,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisions({\"first\":5}).pageInfo","typename":"PageInfo"},"edges":[],"__typename":"StackDecisionConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).privateStackDecisions({\"first\":5}).pageInfo":{"hasNextPage":false,"endCursor":null,"__typename":"PageInfo"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.0":{"title":"HipChat vs Mattermost vs Slack","path":"/stackups/hipchat-vs-mattermost-vs-slack","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.1":{"title":"Bitbucket vs GitHub vs GitLab","path":"/stackups/bitbucket-vs-github-vs-gitlab","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.2":{"title":"Postman vs Swagger UI","path":"/stackups/postman-vs-swagger-ui","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTopStackups.3":{"title":"Bootstrap vs Materialize","path":"/stackups/bootstrap-vs-materialize","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.0":{"title":"Django vs Laravel vs Node.js","path":"/stackups/django-vs-laravel-vs-nodejs","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.1":{"title":"Bootstrap vs Foundation vs Material-UI","path":"/stackups/bootstrap-vs-foundation-vs-material-ui","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.2":{"title":"Node.js vs Spring Boot","path":"/stackups/nodejs-vs-spring-boot","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.3":{"title":"Flyway vs Liquibase","path":"/stackups/flyway-vs-liquibase","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).footerTrendingStackups.4":{"title":"AWS CodeCommit vs Bitbucket vs GitHub","path":"/stackups/aws-codecommit-vs-bitbucket-vs-github","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8})":{"count":21,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).pageInfo","typename":"PageInfo"},"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.0","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.1","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.2","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.3","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.4","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.5","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.6","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.7","typename":"FeaturedPostEdge"}],"__typename":"FeaturedPostConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).pageInfo":{"hasNextPage":true,"endCursor":"OA","__typename":"PageInfo"},"FeaturedPost:105944882874646033":{"id":"105944882874646033","views":2208,"title":"Pinterest Flink Deployment Framework","imageUrl":"https://img.stackshare.io/company/260/c077fc04bb219001b7a1ab10f90ebcdb00c143a9.png","publishedAt":"2021-03-24T12:57:00Z","canonicalUrl":"/pinterest/pinterest-flink-deployment-framework","previewImageUrl":"https://img.stackshare.io/stack/835978/229d868b44ffb67893c7e6d2265921442cc5d866.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:105944882874646033.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773858546548","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773865214260","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774331076628","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774686680600","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774543238864","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774551560674","typename":"Tool"}],"favoriteStacksCount":3,"__typename":"FeaturedPost"},"$FeaturedPost:105944882874646033.company":{"name":"Pinterest","__typename":"Company"},"Tool:101231773858546548":{"id":"101231773858546548","name":"Git","slug":"git","title":"Fast, scalable, distributed revision control system","verified":false,"imageUrl":"https://img.stackshare.io/service/1046/git.png","canonicalUrl":"/git","path":"/git","votes":6590,"fans":205008,"stacks":297419,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773865214260":{"id":"101231773865214260","name":"Kafka","slug":"kafka","title":"Distributed, fault tolerant, high throughput pub-sub messaging system","verified":false,"imageUrl":"https://img.stackshare.io/service/1063/kazUJooF_400x400.jpg","canonicalUrl":"/kafka","path":"/kafka","votes":607,"fans":25910,"stacks":23535,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774331076628":{"id":"101231774331076628","name":"Apache Spark","slug":"spark","title":"Fast and general engine for large-scale data processing","verified":false,"imageUrl":"https://img.stackshare.io/service/2220/ca72c4715da998b0bf5d1c857958bed3.png","canonicalUrl":"/spark","path":"/spark","votes":140,"fans":4127,"stacks":2962,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774686680600":{"id":"101231774686680600","name":"Apache Flink","slug":"flink","title":"Fast and reliable large-scale data processing engine","verified":true,"imageUrl":"https://img.stackshare.io/service/2968/kQB_QIB_.png","canonicalUrl":"/flink","path":"/flink","votes":38,"fans":984,"stacks":527,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774543238864":{"id":"101231774543238864","name":"Bazel","slug":"bazel","title":"Build and test software of any size, quickly and reliably","verified":false,"imageUrl":"https://img.stackshare.io/service/2697/default_85ab1999fe6310acaeece180990057d2e9ebfb3a.jpg","canonicalUrl":"/bazel","path":"/bazel","votes":133,"fans":664,"stacks":305,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774551560674":{"id":"101231774551560674","name":"YARN Hadoop","slug":"yarn-hadoop","title":"Resource management and job scheduling technology ","verified":false,"imageUrl":"https://img.stackshare.io/service/2713/elephant_rgb_sq_400x400.png","canonicalUrl":"/yarn-hadoop","path":"/yarn-hadoop","votes":1,"fans":119,"stacks":113,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.0":{"node":{"type":"id","generated":false,"id":"FeaturedPost:105944882874646033","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:105113362738284515":{"id":"105113362738284515","views":2799,"title":"How a One Line Change Decreased Our Clone Times by 99%","imageUrl":"https://img.stackshare.io/company/260/c077fc04bb219001b7a1ab10f90ebcdb00c143a9.png","publishedAt":"2020-10-28T16:30:29Z","canonicalUrl":"/pinterest/how-a-one-line-change-decreased-our-clone-times-by-99-percent","previewImageUrl":"https://img.stackshare.io/stack/752932/5deb0869ff9565a115e0396089ea6a7e70f28088.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:105113362738284515.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773858546548","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773838774921","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774543238864","typename":"Tool"}],"favoriteStacksCount":4,"__typename":"FeaturedPost"},"$FeaturedPost:105113362738284515.company":{"name":"Pinterest","__typename":"Company"},"Tool:101231773838774921":{"id":"101231773838774921","name":"Groovy","slug":"groovy","title":"A multi-faceted language for the Java platform","verified":false,"imageUrl":"https://img.stackshare.io/service/997/default_7ff5fcd857f42ad25149f659693d8930bffddf14.png","canonicalUrl":"/groovy","path":"/groovy","votes":212,"fans":1158,"stacks":2142,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.1":{"node":{"type":"id","generated":false,"id":"FeaturedPost:105113362738284515","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:103282568082727034":{"id":"103282568082727034","views":1756,"title":"Transforming the Management of Application Configurations & Secrets at 24 Hour Fitness","imageUrl":"https://img.stackshare.io/stack/520166/default_9ce57d42009c7be4268a393b903c193df70af3dd.png","publishedAt":"2019-12-10T08:35:20Z","canonicalUrl":"/hashicorp/transforming-the-management-of-application-configurations-and-secrets-at-24-hour-fitness","previewImageUrl":"https://img.stackshare.io/stack/520166/c021d4a089595e23d9000cb1d5057a952bc443a9.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:103282568082727034.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773838011785","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773791035497","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773733721900","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773627798007","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774655920535","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773857880290","typename":"Tool"}],"favoriteStacksCount":5,"__typename":"FeaturedPost"},"$FeaturedPost:103282568082727034.company":{"name":"HashiCorp","__typename":"Company"},"Tool:101231773838011785":{"id":"101231773838011785","name":"Java","slug":"java","title":"A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible","verified":false,"imageUrl":"https://img.stackshare.io/service/995/K85ZWV2F.png","canonicalUrl":"/java","path":"/java","votes":3710,"fans":118444,"stacks":135179,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773791035497":{"id":"101231773791035497","name":"GitLab","slug":"gitlab","title":"Open source self-hosted Git management software","verified":true,"imageUrl":"https://img.stackshare.io/service/880/lmalkclL.png","canonicalUrl":"/gitlab","path":"/gitlab","votes":2481,"fans":62013,"stacks":61844,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773733721900":{"id":"101231773733721900","name":"Consul","slug":"consul","title":"A tool for service discovery, monitoring and configuration","verified":true,"imageUrl":"https://img.stackshare.io/service/747/consul-logo-grad_teaser.png","canonicalUrl":"/consul","path":"/consul","votes":213,"fans":1855,"stacks":1151,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773627798007":{"id":"101231773627798007","name":"Chef","slug":"chef","title":"Build, destroy and rebuild servers on any public or private cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/420/24f4ef5e7a67c0d720bf9ae69dd6de2a.png","canonicalUrl":"/chef","path":"/chef","votes":345,"fans":1326,"stacks":1266,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774655920535":{"id":"101231774655920535","name":"Vault","slug":"vault","title":"Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing","verified":true,"imageUrl":"https://img.stackshare.io/service/2905/vault.png","canonicalUrl":"/vault","path":"/vault","votes":71,"fans":1055,"stacks":795,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773857880290":{"id":"101231773857880290","name":"SVN (Subversion)","slug":"svn","title":"Enterprise-class centralized version control for the masses","verified":false,"imageUrl":"https://img.stackshare.io/service/1045/svn.jpg","canonicalUrl":"/svn","path":"/svn","votes":43,"fans":870,"stacks":802,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.2":{"node":{"type":"id","generated":false,"id":"FeaturedPost:103282568082727034","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:103251293870744844":{"id":"103251293870744844","views":3344,"title":"Building a Kubernetes Platform at Pinterest","imageUrl":"https://img.stackshare.io/stack/519120/default_d8fbac59cb4c75cc8da7062d0dc1d02daa76fa62.png","publishedAt":"2019-12-04T20:01:53Z","canonicalUrl":"/pinterest/building-a-kubernetes-platform-at-pinterest","previewImageUrl":"https://img.stackshare.io/stack/519120/61887e6278aa6f5998322b07d67c260e11d56e0f.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:103251293870744844.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231774206661614","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775697957346","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777504503046","typename":"Tool"}],"favoriteStacksCount":5,"__typename":"FeaturedPost"},"$FeaturedPost:103251293870744844.company":{"name":"Pinterest","__typename":"Company"},"Tool:101231774206661614":{"id":"101231774206661614","name":"Kubernetes","slug":"kubernetes","title":"Manage a cluster of Linux containers as a single system to accelerate Dev and simplify Ops","verified":false,"imageUrl":"https://img.stackshare.io/service/1885/21_d3cvM.png","canonicalUrl":"/kubernetes","path":"/kubernetes","votes":681,"fans":60240,"stacks":59846,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775697957346":{"id":"101231775697957346","name":"TensorFlow","slug":"tensorflow","title":"Open Source Software Library for Machine Intelligence","verified":false,"imageUrl":"https://img.stackshare.io/service/4717/FtFnqC38_400x400.png","canonicalUrl":"/tensorflow","path":"/tensorflow","votes":106,"fans":4350,"stacks":3763,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777504503046":{"id":"101231777504503046","name":"PyTorch","slug":"pytorch","title":"A deep learning framework that puts Python first","verified":false,"imageUrl":"https://img.stackshare.io/service/8171/YYpjkbVn_400x400.jpg","canonicalUrl":"/pytorch","path":"/pytorch","votes":43,"fans":1865,"stacks":1512,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.3":{"node":{"type":"id","generated":false,"id":"FeaturedPost:103251293870744844","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:102810013073885674":{"id":"102810013073885674","views":6897,"title":"How Sqreen handles 50,000 requests every minute in a write-heavy environment","imageUrl":"https://img.stackshare.io/stack/509106/default_fd1b6435408f1442f5ae7d246cd1d9e4cd345266.png","publishedAt":"2019-09-17T21:38:23Z","canonicalUrl":"/sqreen/how-sqreen-handles-50000-requests-every-minute-in-a-write-heavy-environment","previewImageUrl":"https://img.stackshare.io/stack/509106/d8ab71843241f09a6391c6ea9e6247d75391cda3.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:102810013073885674.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773669807419","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773849098825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773838011785","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854388643","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773865214260","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773840406851","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773855606480","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773615579247","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773855147984","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773618167288","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773920582426","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774531819761","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773632626053","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777373518603","typename":"Tool"}],"favoriteStacksCount":16,"__typename":"FeaturedPost"},"$FeaturedPost:102810013073885674.company":{"name":"Sqreen","__typename":"Company"},"Tool:101231773410696721":{"id":"101231773410696721","name":"GitHub","slug":"github","title":"Powerful collaboration, review, and code management for open source and private development projects","verified":true,"imageUrl":"https://img.stackshare.io/service/27/default_869c34d29acc794d60ecdd5d2b5bfc042a80a4ec.jpg","canonicalUrl":"/github","path":"/github","votes":10341,"fans":283546,"stacks":285803,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773669807419":{"id":"101231773669807419","name":"Docker","slug":"docker","title":"Enterprise Container Platform for High-Velocity Innovation.","verified":true,"imageUrl":"https://img.stackshare.io/service/586/n4u37v9t_400x400.png","canonicalUrl":"/docker","path":"/docker","votes":3857,"fans":160842,"stacks":174401,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773849098825":{"id":"101231773849098825","name":"React","slug":"react","title":"A JavaScript library for building user interfaces","verified":false,"imageUrl":"https://img.stackshare.io/service/1020/OYIaJ1KK.png","canonicalUrl":"/react","path":"/react","votes":4076,"fans":162846,"stacks":173058,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773854388643":{"id":"101231773854388643","name":"MongoDB","slug":"mongodb","title":"The database for giant ideas","verified":true,"imageUrl":"https://img.stackshare.io/service/1030/leaf-360x360.png","canonicalUrl":"/mongodb","path":"/mongodb","votes":4131,"fans":93779,"stacks":93528,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773854768982":{"id":"101231773854768982","name":"Redis","slug":"redis","title":"Open source (BSD licensed), in-memory data structure store","verified":false,"imageUrl":"https://img.stackshare.io/service/1031/default_cbce472cd134adc6688572f999e9122b9657d4ba.png","canonicalUrl":"/redis","path":"/redis","votes":3943,"fans":54908,"stacks":59430,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773840406851":{"id":"101231773840406851","name":"Flask","slug":"flask","title":"A microframework for Python based on Werkzeug, Jinja 2 and good intentions","verified":false,"imageUrl":"https://img.stackshare.io/service/1001/default_6d109315b60108628b7cd3e159b84645c31ef0e2.png","canonicalUrl":"/flask","path":"/flask","votes":66,"fans":19615,"stacks":19014,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773855606480":{"id":"101231773855606480","name":"Memcached","slug":"memcached","title":"High-performance, distributed memory object caching system","verified":false,"imageUrl":"https://img.stackshare.io/service/1040/hDNnpa4a_400x400.jpg","canonicalUrl":"/memcached","path":"/memcached","votes":473,"fans":7209,"stacks":7744,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773615579247":{"id":"101231773615579247","name":"Amazon DynamoDB","slug":"amazon-dynamodb","title":"Fully managed NoSQL database service","verified":false,"imageUrl":"https://img.stackshare.io/service/389/amazon-dynamodb.png","canonicalUrl":"/amazon-dynamodb","path":"/amazon-dynamodb","votes":195,"fans":4020,"stacks":3709,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773855147984":{"id":"101231773855147984","name":"Cassandra","slug":"cassandra","title":"A partitioned row store. Rows are organized into tables with a required primary key.","verified":false,"imageUrl":"https://img.stackshare.io/service/1032/cassandra_small.png","canonicalUrl":"/cassandra","path":"/cassandra","votes":507,"fans":4300,"stacks":3575,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773618167288":{"id":"101231773618167288","name":"Amazon SQS","slug":"amazon-sqs","title":"Fully managed message queuing service","verified":false,"imageUrl":"https://img.stackshare.io/service/395/amazon-sqs.png","canonicalUrl":"/amazon-sqs","path":"/amazon-sqs","votes":171,"fans":2512,"stacks":2235,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773920582426":{"id":"101231773920582426","name":"Meteor","slug":"meteor","title":"An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework","verified":true,"imageUrl":"https://img.stackshare.io/package_manager/1162/default_564ea7edc5b8ccdc8b186cb429da33275b74dca2.png","canonicalUrl":"/meteor","path":"/meteor","votes":1727,"fans":2248,"stacks":1867,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774531819761":{"id":"101231774531819761","name":"Codecov","slug":"codecov","title":"Hosted coverage reports with awesome features to enhance your CI workflow","verified":true,"imageUrl":"https://img.stackshare.io/service/2673/Codecov_Mark_Circle_Pink.png","canonicalUrl":"/codecov","path":"/codecov","votes":102,"fans":788,"stacks":2416,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773632626053":{"id":"101231773632626053","name":"Amazon Kinesis","slug":"amazon-kinesis","title":"Store and process terabytes of data each hour from hundreds of thousands of sources","verified":false,"imageUrl":"https://img.stackshare.io/service/433/default_6bea44ee4da746fbb7c9070a7ffac9b764d1ed79.png","canonicalUrl":"/amazon-kinesis","path":"/amazon-kinesis","votes":9,"fans":758,"stacks":724,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777373518603":{"id":"101231777373518603","name":"Sqreen","slug":"sqreen","title":"Automated security for developers","verified":true,"imageUrl":"https://img.stackshare.io/service/7904/uUQKRitV_400x400.jpg","canonicalUrl":"/sqreen","path":"/sqreen","votes":51,"fans":91,"stacks":124,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.4":{"node":{"type":"id","generated":false,"id":"FeaturedPost:102810013073885674","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:102368763495430197":{"id":"102368763495430197","views":3119,"title":"How Mixmax Uses Node and Go to Process 250M Events a day","imageUrl":"https://img.stackshare.io/stack/374658/default_67a74f7950d7276c50a0aa82eb39e3c572ecf66b.png","publishedAt":"2019-07-01T23:22:48Z","canonicalUrl":"/mixmax/how-mixmax-uses-node-and-go-to-process-250m-events-a-day","previewImageUrl":"https://img.stackshare.io/stack/374658/8a6bd2ba97f807e47bbb12022fd266730b5d0f4a.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:102368763495430197.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773845103618","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854388643","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774519122717","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501596063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773813299908","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231778229901703","typename":"Tool"}],"favoriteStacksCount":9,"__typename":"FeaturedPost"},"$FeaturedPost:102368763495430197.company":{"name":"Mixmax","__typename":"Company"},"Tool:101231773845103618":{"id":"101231773845103618","name":"Node.js","slug":"nodejs","title":"A platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications","verified":false,"imageUrl":"https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png","canonicalUrl":"/nodejs","path":"/nodejs","votes":8537,"fans":182807,"stacks":188580,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773861864225":{"id":"101231773861864225","name":"NGINX","slug":"nginx","title":"A high performance free open source web server powering busiest sites on the Internet.","verified":true,"imageUrl":"https://img.stackshare.io/service/1052/YMxUfyWf.png","canonicalUrl":"/nginx","path":"/nginx","votes":5498,"fans":73401,"stacks":113367,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773774313645":{"id":"101231773774313645","name":"Elasticsearch","slug":"elasticsearch","title":"Open Source, Distributed, RESTful Search Engine","verified":true,"imageUrl":"https://img.stackshare.io/service/841/Image_2019-05-20_at_4.58.04_PM.png","canonicalUrl":"/elasticsearch","path":"/elasticsearch","votes":1648,"fans":32680,"stacks":34516,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773842107538":{"id":"101231773842107538","name":"Golang","slug":"golang","title":"An open source programming language that makes it easy to build simple, reliable, and efficient software","verified":true,"imageUrl":"https://img.stackshare.io/service/1005/O6AczwfV_400x400.png","canonicalUrl":"/golang","path":"/golang","votes":3296,"fans":17039,"stacks":22469,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774519122717":{"id":"101231774519122717","name":"Grafana","slug":"grafana","title":"Open source Graphite & InfluxDB Dashboard and Graph Editor","verified":false,"imageUrl":"https://img.stackshare.io/service/2645/default_8f9d552b144493679449b16c79647da5787e808b.jpg","canonicalUrl":"/grafana","path":"/grafana","votes":415,"fans":17510,"stacks":17928,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773501596063":{"id":"101231773501596063","name":"Sentry","slug":"sentry","title":"See performance issues, fix errors faster, and optimize code health. ","verified":true,"imageUrl":"https://img.stackshare.io/service/191/default_9262326592c97828a2a4299dec085a3674dd05f4.png","canonicalUrl":"/sentry","path":"/sentry","votes":863,"fans":12098,"stacks":14423,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773456856070":{"id":"101231773456856070","name":"PagerDuty","slug":"pagerduty","title":"Incident management with powerful visibility, reliable alerting, and improved collaboration","verified":true,"imageUrl":"https://img.stackshare.io/service/107/GtwgsQj5_400x400.jpg","canonicalUrl":"/pagerduty","path":"/pagerduty","votes":119,"fans":928,"stacks":1014,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773813299908":{"id":"101231773813299908","name":"StatsD","slug":"statsd","title":"Simple daemon for easy stats aggregation","verified":false,"imageUrl":"https://img.stackshare.io/service/932/default_b8c7d49298132d46fbef113905bcba1896158113.png","canonicalUrl":"/statsd","path":"/statsd","votes":31,"fans":362,"stacks":305,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231778229901703":{"id":"101231778229901703","name":"strongDM","slug":"strongdm","title":"1-click access to any database or server in any environment","verified":true,"imageUrl":"https://img.stackshare.io/service/9657/strongdm-logo-200x200.png","canonicalUrl":"/strongdm","path":"/strongdm","votes":0,"fans":31,"stacks":16,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.5":{"node":{"type":"id","generated":false,"id":"FeaturedPost:102368763495430197","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231809734545271":{"id":"101231809734545271","views":40926,"title":"Stream & Go: News Feeds for Over 300 Million End Users","imageUrl":"https://img.stackshare.io/stack/308150/default_fab9bba7c7f10899d22e247de701f0a19756483d.png","publishedAt":"2018-01-18T07:43:36Z","canonicalUrl":"/stream/stream-and-go-news-feeds-for-over-300-million-end-users","previewImageUrl":"https://img.stackshare.io/stack/308150/08dfa48f2fe9fab5e1c72dca48716d66cb1e4887.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231809734545271.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773849098825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837565192","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775357043443","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774140043342","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773403188549","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774519122717","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501596063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773418092710","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774492574471","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774125690843","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773469116775","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773421693052","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773541427411","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773855147984","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774313995669","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775419688564","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774105508825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774314369014","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773623413723","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774524652830","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773616958547","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773628223844","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773632985587","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773700003158","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777477127297","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773813299908","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775170694740","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773558054183","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774327775574","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773551961673","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774426337070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776930470286","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773701192092","typename":"Tool"}],"favoriteStacksCount":49,"__typename":"FeaturedPost"},"$FeaturedPost:101231809734545271.company":{"name":"Stream","__typename":"Company"},"Tool:101231773837179153":{"id":"101231773837179153","name":"Python","slug":"python","title":"A clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.","verified":false,"imageUrl":"https://img.stackshare.io/service/993/pUBY5pVj.png","canonicalUrl":"/python","path":"/python","votes":6882,"fans":226674,"stacks":244846,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773705712932":{"id":"101231773705712932","name":"Slack","slug":"slack","title":"Bring all your communication together in one place","verified":false,"imageUrl":"https://img.stackshare.io/service/675/RNiSRYOF_400x400.jpg","canonicalUrl":"/slack","path":"/slack","votes":6023,"fans":113632,"stacks":119552,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773853533403":{"id":"101231773853533403","name":"PostgreSQL","slug":"postgresql","title":"A powerful, open source object-relational database system","verified":false,"imageUrl":"https://img.stackshare.io/service/1028/ASOhU5xJ.png","canonicalUrl":"/postgresql","path":"/postgresql","votes":3549,"fans":95457,"stacks":98237,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773405612798":{"id":"101231773405612798","name":"Amazon EC2","slug":"amazon-ec2","title":"Scalable, pay-as-you-go compute capacity in the cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/18/amazon-ec2.png","canonicalUrl":"/amazon-ec2","path":"/amazon-ec2","votes":2548,"fans":43257,"stacks":48242,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773837565192":{"id":"101231773837565192","name":"Django","slug":"django","title":"The Web framework for perfectionists with deadlines","verified":false,"imageUrl":"https://img.stackshare.io/service/994/4aGjtNQv.png","canonicalUrl":"/django","path":"/django","votes":4208,"fans":39460,"stacks":37659,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775357043443":{"id":"101231775357043443","name":"Redux","slug":"reduxjs","title":"Predictable state container for JavaScript apps","verified":false,"imageUrl":"https://img.stackshare.io/service/4074/13142323.png","canonicalUrl":"/reduxjs","path":"/reduxjs","votes":674,"fans":28474,"stacks":30540,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774140043342":{"id":"101231774140043342","name":"Kibana","slug":"kibana","title":"Visualize your Elasticsearch data and navigate the Elastic Stack","verified":true,"imageUrl":"https://img.stackshare.io/service/1722/Image_2019-05-20_at_4.53.31_PM.png","canonicalUrl":"/kibana","path":"/kibana","votes":262,"fans":19974,"stacks":20425,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773403188549":{"id":"101231773403188549","name":"Amazon CloudFront","slug":"amazon-cloudfront","title":"Content delivery with low latency and high data transfer speeds","verified":false,"imageUrl":"https://img.stackshare.io/service/13/amazon-cloudfront.png","canonicalUrl":"/amazon-cloudfront","path":"/amazon-cloudfront","votes":935,"fans":13591,"stacks":21283,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773418092710":{"id":"101231773418092710","name":"Amazon Route 53","slug":"amazon-route-53","title":"A highly available and scalable Domain Name System (DNS) web service.","verified":false,"imageUrl":"https://img.stackshare.io/service/38/amazon-route-53.png","canonicalUrl":"/amazon-route-53","path":"/amazon-route-53","votes":678,"fans":12147,"stacks":14426,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774492574471":{"id":"101231774492574471","name":"AWS Elastic Load Balancing (ELB)","slug":"aws-elastic-load-balancing","title":"Automatically distribute your incoming application traffic across multiple Amazon EC2 instances","verified":false,"imageUrl":"https://img.stackshare.io/service/2587/aws-elastic-load-balancing.png","canonicalUrl":"/aws-elastic-load-balancing","path":"/aws-elastic-load-balancing","votes":59,"fans":11242,"stacks":12606,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774125690843":{"id":"101231774125690843","name":"Logstash","slug":"logstash","title":"Collect, Parse, & Enrich Data","verified":true,"imageUrl":"https://img.stackshare.io/service/1683/preview.png","canonicalUrl":"/logstash","path":"/logstash","votes":103,"fans":11001,"stacks":11374,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773469116775":{"id":"101231773469116775","name":"Twilio","slug":"twilio","title":"Bring voice and messaging to your web and mobile applications.","verified":true,"imageUrl":"https://img.stackshare.io/service/130/VrwpNfjh_400x400.png","canonicalUrl":"/twilio","path":"/twilio","votes":521,"fans":10933,"stacks":11270,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773421693052":{"id":"101231773421693052","name":"Mailgun","slug":"mailgun","title":"The Email Service for Developers.","verified":true,"imageUrl":"https://img.stackshare.io/service/44/ICON_MAILGUN_NOFX.png","canonicalUrl":"/mailgun","path":"/mailgun","votes":656,"fans":5628,"stacks":7858,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773541427411":{"id":"101231773541427411","name":"Intercom","slug":"intercom","title":"A fundamentally new way to communicate with your customers","verified":true,"imageUrl":"https://img.stackshare.io/service/257/qmwr6vjg_400x400.png","canonicalUrl":"/intercom","path":"/intercom","votes":604,"fans":4188,"stacks":6730,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774313995669":{"id":"101231774313995669","name":"NumPy","slug":"numpy","title":"Fundamental package for scientific computing with Python","verified":false,"imageUrl":"https://img.stackshare.io/service/2179/default_332f874a2edb2686f578aa6389313efcea1eec41.png","canonicalUrl":"/numpy","path":"/numpy","votes":14,"fans":1409,"stacks":2952,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775419688564":{"id":"101231775419688564","name":"Jupyter","slug":"jupyter","title":"Multi-language interactive computing environments.","verified":false,"imageUrl":"https://img.stackshare.io/service/4190/fGBUdNf__400x400.jpg","canonicalUrl":"/jupyter","path":"/jupyter","votes":57,"fans":2088,"stacks":2636,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774105508825":{"id":"101231774105508825","name":"Django REST framework","slug":"django-rest-framework","title":"Web APIs for Django","verified":false,"imageUrl":"https://img.stackshare.io/service/1630/New_Project__67_.png","canonicalUrl":"/django-rest-framework","path":"/django-rest-framework","votes":310,"fans":2513,"stacks":1942,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774314369014":{"id":"101231774314369014","name":"Pandas","slug":"pandas","title":"High-performance, easy-to-use data structures and data analysis tools for the Python programming language","verified":false,"imageUrl":"https://img.stackshare.io/service/2180/1284191.png","canonicalUrl":"/pandas","path":"/pandas","votes":23,"fans":1803,"stacks":1732,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773623413723":{"id":"101231773623413723","name":"AWS CloudFormation","slug":"aws-cloudformation","title":"Create and manage a collection of related AWS resources","verified":false,"imageUrl":"https://img.stackshare.io/service/411/aws-cloudformation.png","canonicalUrl":"/aws-cloudformation","path":"/aws-cloudformation","votes":88,"fans":1711,"stacks":1543,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774524652830":{"id":"101231774524652830","name":"scikit-learn","slug":"scikit-learn","title":"Easy-to-use and general-purpose machine learning in Python","verified":false,"imageUrl":"https://img.stackshare.io/service/2657/scikit-learn-logo.png","canonicalUrl":"/scikit-learn","path":"/scikit-learn","votes":45,"fans":1497,"stacks":1232,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773616958547":{"id":"101231773616958547","name":"Amazon ElastiCache","slug":"amazon-elasticache","title":"Deploy, operate, and scale an in-memory cache in the cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/392/amazon-elasticache.png","canonicalUrl":"/amazon-elasticache","path":"/amazon-elasticache","votes":151,"fans":1319,"stacks":1324,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773628223844":{"id":"101231773628223844","name":"Puppet Labs","slug":"puppet","title":"Server automation framework and application","verified":true,"imageUrl":"https://img.stackshare.io/service/421/954f7381089ac290b4690c5ffd9dd7d3.png","canonicalUrl":"/puppet","path":"/puppet","votes":227,"fans":1009,"stacks":1132,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773632985587":{"id":"101231773632985587","name":"Amazon RDS for PostgreSQL","slug":"amazon-rds-for-postgresql","title":" Set up, operate, and scale PostgreSQL deployments in the cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/434/amazon-rds.png","canonicalUrl":"/amazon-rds-for-postgresql","path":"/amazon-rds-for-postgresql","votes":40,"fans":807,"stacks":811,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773700003158":{"id":"101231773700003158","name":"Fabric","slug":"fabric","title":"Simple, Pythonic remote execution and deployment","verified":false,"imageUrl":"https://img.stackshare.io/service/662/79c2d43ca09b8321909833f37a500799.png","canonicalUrl":"/fabric","path":"/fabric","votes":75,"fans":378,"stacks":451,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777477127297":{"id":"101231777477127297","name":"Jaeger","slug":"jaeger","title":"Distributed tracing system released as open source by Uber","verified":false,"imageUrl":"https://img.stackshare.io/service/8123/28545596.png","canonicalUrl":"/jaeger","path":"/jaeger","votes":25,"fans":592,"stacks":338,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775170694740":{"id":"101231775170694740","name":"Amazon Elasticsearch Service","slug":"amazon-elasticsearch-service","title":"Real-time, distributed search and analytics engine that fits nicely into a cloud environment","verified":false,"imageUrl":"https://img.stackshare.io/service/3736/amazon-elasticsearch-service.png","canonicalUrl":"/amazon-elasticsearch-service","path":"/amazon-elasticsearch-service","votes":24,"fans":374,"stacks":377,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773558054183":{"id":"101231773558054183","name":"StatusPage.io","slug":"statuspage-io","title":"Build trust with every incident: Real-time status and incident communication.","verified":true,"imageUrl":"https://img.stackshare.io/service/279/sp-logo-blue-white-background.jpg","canonicalUrl":"/statuspage-io","path":"/statuspage-io","votes":48,"fans":354,"stacks":367,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774327775574":{"id":"101231774327775574","name":"Stream","slug":"stream","title":"Build scalable feeds, activity streams & chat in a few hours instead of months.","verified":true,"imageUrl":"https://img.stackshare.io/service/2213/mBSAJI_h_400x400.jpg","canonicalUrl":"/stream","path":"/stream","votes":54,"fans":321,"stacks":227,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773551961673":{"id":"101231773551961673","name":"imgix","slug":"imgix","title":"Optimize, manage, and deliver images and videos for faster pages, better visual quality, and a simpler workflow.","verified":true,"imageUrl":"https://img.stackshare.io/service/273/default_ad68bba53328058d113f6a08de866fdeeafab59a.jpg","canonicalUrl":"/imgix","path":"/imgix","votes":177,"fans":376,"stacks":217,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774426337070":{"id":"101231774426337070","name":"RocksDB","slug":"rocksdb","title":"Embeddable persistent key-value store for fast storage, developed and maintained by Facebook Database Engineering Team","verified":false,"imageUrl":"https://img.stackshare.io/service/2432/81KLTHHZ.png","canonicalUrl":"/rocksdb","path":"/rocksdb","votes":11,"fans":334,"stacks":140,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776930470286":{"id":"101231776930470286","name":"OpenTracing","slug":"opentracing","title":"Consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation.","verified":false,"imageUrl":"https://img.stackshare.io/service/6941/ktuguoGc_400x400.jpg","canonicalUrl":"/opentracing","path":"/opentracing","votes":0,"fans":153,"stacks":167,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773701192092":{"id":"101231773701192092","name":"VictorOps","slug":"victorops","title":"We make on-call suck less & help teams to solve problems faster.","verified":true,"imageUrl":"https://img.stackshare.io/service/665/5Yp_4_1e_400x400.png","canonicalUrl":"/victorops","path":"/victorops","votes":30,"fans":138,"stacks":90,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.6":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231809734545271","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231808365995189":{"id":"101231808365995189","views":37107,"title":"How Sentry Receives 20 Billion Events Per Month While Preparing to Handle Twice That","imageUrl":"https://img.stackshare.io/stack/304342/default_a3507ffa24597f83ed25ef8a638434cb4bea24e3.png","publishedAt":"2017-11-08T17:09:52Z","canonicalUrl":"/sentry/how-sentry-receives-20-billion-events-per-month-while-preparing-to-handle-twice-that","previewImageUrl":"https://img.stackshare.io/stack/304342/ad08772ef859d4e63bb445e15ca2832a6861bce2.gif","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231808365995189.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773939333405","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773669807419","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773849098825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773433737219","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775376642511","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774125163302","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837565192","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774565594919","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773864300849","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773450178959","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501596063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773649935410","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703014119","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773421016326","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773869138699","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773927221330","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773892637981","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773871944512","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773713150436","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774728256352","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773856110685","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774613913004","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776399053510","typename":"Tool"}],"favoriteStacksCount":28,"__typename":"FeaturedPost"},"$FeaturedPost:101231808365995189.company":{"name":"Sentry","__typename":"Company"},"Tool:101231773939333405":{"id":"101231773939333405","name":"JavaScript","slug":"javascript","title":"Lightweight, interpreted, object-oriented language with first-class functions","verified":false,"imageUrl":"https://img.stackshare.io/service/1209/javascript.jpeg","canonicalUrl":"/javascript","path":"/javascript","votes":8072,"fans":312676,"stacks":360760,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773433737219":{"id":"101231773433737219","name":"Google Analytics","slug":"google-analytics","title":"Enterprise-class web analytics.","verified":false,"imageUrl":"https://img.stackshare.io/service/64/cU74ahCn_400x400.jpg","canonicalUrl":"/google-analytics","path":"/google-analytics","votes":5063,"fans":59831,"stacks":127255,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775376642511":{"id":"101231775376642511","name":"ES6","slug":"es6","title":"The next version of JavaScript","verified":false,"imageUrl":"https://img.stackshare.io/service/4109/16407404782_8b9c57eab3.jpg","canonicalUrl":"/es6","path":"/es6","votes":165,"fans":70496,"stacks":71452,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774125163302":{"id":"101231774125163302","name":"Webpack","slug":"webpack","title":"A bundler for javascript and friends","verified":true,"imageUrl":"https://img.stackshare.io/service/1682/IMG_4636.PNG","canonicalUrl":"/webpack","path":"/webpack","votes":752,"fans":33939,"stacks":40691,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774565594919":{"id":"101231774565594919","name":"Babel","slug":"babel","title":"Use next generation JavaScript, today.","verified":true,"imageUrl":"https://img.stackshare.io/service/2739/-1wfGjNw.png","canonicalUrl":"/babel","path":"/babel","votes":391,"fans":14654,"stacks":22293,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773864300849":{"id":"101231773864300849","name":"RabbitMQ","slug":"rabbitmq","title":"Open source multiprotocol messaging broker","verified":false,"imageUrl":"https://img.stackshare.io/service/1061/default_df93e9a30d27519161b39d8c1d5c223c1642d187.jpg","canonicalUrl":"/rabbitmq","path":"/rabbitmq","votes":557,"fans":22414,"stacks":21325,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773450178959":{"id":"101231773450178959","name":"Stripe","slug":"stripe","title":"Payments for developers","verified":true,"imageUrl":"https://img.stackshare.io/service/97/eW6tXeq3.png","canonicalUrl":"/stripe","path":"/stripe","votes":1539,"fans":15567,"stacks":18842,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773649935410":{"id":"101231773649935410","name":"Google Compute Engine","slug":"google-compute-engine","title":"Run large-scale workloads on virtual machines hosted on Google's infrastructure.","verified":false,"imageUrl":"https://img.stackshare.io/service/518/s01TMTGn.png","canonicalUrl":"/google-compute-engine","path":"/google-compute-engine","votes":423,"fans":11569,"stacks":12204,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773703014119":{"id":"101231773703014119","name":"Datadog","slug":"datadog","title":"Unify logs, metrics, and traces from across your distributed infrastructure.","verified":true,"imageUrl":"https://img.stackshare.io/service/669/default_34b3b9b42d07c33ac47ecdff75dd6f4f82aa70ee.jpg","canonicalUrl":"/datadog","path":"/datadog","votes":860,"fans":9937,"stacks":9395,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773421016326":{"id":"101231773421016326","name":"Twilio SendGrid","slug":"twilio-sendgrid","title":"Email Delivery. Simplified.","verified":true,"imageUrl":"https://img.stackshare.io/service/43/kQ_6nwmP.jpg","canonicalUrl":"/twilio-sendgrid","path":"/twilio-sendgrid","votes":720,"fans":7525,"stacks":10631,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773869138699":{"id":"101231773869138699","name":"Rust","slug":"rust","title":"A safe, concurrent, practical language","verified":false,"imageUrl":"https://img.stackshare.io/service/1070/v7txhrjp9pdqrkdtxxp0.png","canonicalUrl":"/rust","path":"/rust","votes":1241,"fans":5810,"stacks":5839,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773927221330":{"id":"101231773927221330","name":"HAProxy","slug":"haproxy","title":"The Reliable, High Performance TCP/HTTP Load Balancer","verified":false,"imageUrl":"https://img.stackshare.io/service/1179/preview.png","canonicalUrl":"/haproxy","path":"/haproxy","votes":562,"fans":2662,"stacks":2431,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773892637981":{"id":"101231773892637981","name":"Jekyll","slug":"jekyll","title":"Blog-aware, static site generator in Ruby","verified":false,"imageUrl":"https://img.stackshare.io/service/1114/ad968c1615d956e800fa36494314f48c.jpeg","canonicalUrl":"/jekyll","path":"/jekyll","votes":230,"fans":1841,"stacks":1916,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773871944512":{"id":"101231773871944512","name":"Celery","slug":"celery","title":"Distributed task queue","verified":false,"imageUrl":"https://img.stackshare.io/service/1075/celery.png","canonicalUrl":"/celery","path":"/celery","votes":280,"fans":2024,"stacks":1593,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773713150436":{"id":"101231773713150436","name":"Google BigQuery","slug":"google-bigquery","title":"Analyze terabytes of data in seconds","verified":true,"imageUrl":"https://img.stackshare.io/service/695/BigQuery.png","canonicalUrl":"/google-bigquery","path":"/google-bigquery","votes":152,"fans":1838,"stacks":1679,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774728256352":{"id":"101231774728256352","name":"Redash","slug":"redash","title":"Easily query an existing database, share the dataset and visualize it in different ways","verified":true,"imageUrl":"https://img.stackshare.io/service/3033/NdQYl6cB_400x400.png","canonicalUrl":"/redash","path":"/redash","votes":12,"fans":566,"stacks":346,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773856110685":{"id":"101231773856110685","name":"Riak","slug":"riak","title":"A distributed, decentralized data storage system","verified":true,"imageUrl":"https://img.stackshare.io/service/1041/riak.png","canonicalUrl":"/riak","path":"/riak","votes":44,"fans":168,"stacks":104,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774613913004":{"id":"101231774613913004","name":"RefluxJS","slug":"refluxjs","title":"A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux","verified":false,"imageUrl":"https://img.stackshare.io/no-img-open-source.png","canonicalUrl":"/refluxjs","path":"/refluxjs","votes":5,"fans":29,"stacks":29,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776399053510":{"id":"101231776399053510","name":"Veneur","slug":"veneur","title":"High performance and global aggregation for Datadog","verified":true,"imageUrl":"https://img.stackshare.io/no-img-open-source.png","canonicalUrl":"/veneur","path":"/veneur","votes":0,"fans":17,"stacks":3,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.7":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231808365995189","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"Job:111056799219443238":{"name":"Platform Engineer","id":"111056799219443238","angellistJobUrl":"https://boards.greenhouse.io/launchdarkly/jobs/5740883003","title":"Platform Engineer","location":" - US","private":false,"services":[{"type":"id","generated":false,"id":"Tool:109987264026688358","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:109500935830440024","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:108322288925173242","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:107608472495246059","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:104048777777506043","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777263893339","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775590376828","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773970332063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773541427411","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501041914","typename":"Tool"}],"company":{"type":"id","generated":false,"id":"Company:101231712365657210","typename":"Company"},"__typename":"Job"},"Tool:109987264026688358":{"id":"109987264026688358","name":"Escape","slug":"escape-tech","title":"Find and fix GraphQL security flaws at scale","verified":false,"imageUrl":"https://img.stackshare.io/service/48764/default_908bdca003843be27f6972e535e166aff3ed65b8.jpg","canonicalUrl":"/escape-tech","path":"/escape-tech","votes":0,"fans":4,"stacks":4,"following":false,"followContext":null,"__typename":"Tool"},"Tool:109500935830440024":{"id":"109500935830440024","name":"Google","slug":"google-com","title":"Search the world's information","verified":false,"imageUrl":"https://img.stackshare.io/service/48358/default_17895c6c1829dfffaac0f05c4ce93f1ec80281d2.jpg","canonicalUrl":"/google-com","path":"/google-com","votes":0,"fans":308,"stacks":271,"following":false,"followContext":null,"__typename":"Tool"},"Tool:108322288925173242":{"id":"108322288925173242","name":"Bud","slug":"bud-go","title":"The full-stack web framework for Go","verified":false,"imageUrl":"https://img.stackshare.io/service/40789/default_c294a70979e7a3bc9e980e68210db49862b6ace1.png","canonicalUrl":"/bud-go","path":"/bud-go","votes":0,"fans":5,"stacks":3,"following":false,"followContext":null,"__typename":"Tool"},"Tool:107608472495246059":{"id":"107608472495246059","name":"age","slug":"age","title":"A simple, modern and secure Go encryption tool","verified":false,"imageUrl":"https://img.stackshare.io/service/40373/default_d7b01785a189ee839cb857e2e2eda6a41a3f8e77.png","canonicalUrl":"/age","path":"/age","votes":0,"fans":14,"stacks":12,"following":false,"followContext":null,"__typename":"Tool"},"Tool:104048777777506043":{"id":"104048777777506043","name":"Knit","slug":"knit","title":"The group video call reimagined","verified":false,"imageUrl":"https://img.stackshare.io/service/12138/DY4s7hcg_400x400.jpg","canonicalUrl":"/knit","path":"/knit","votes":0,"fans":6,"stacks":0,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777263893339":{"id":"101231777263893339","name":"Spinnaker","slug":"spinnaker","title":"Multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence","verified":false,"imageUrl":"https://img.stackshare.io/service/7674/7634182.png","canonicalUrl":"/spinnaker","path":"/spinnaker","votes":14,"fans":434,"stacks":228,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775590376828":{"id":"101231775590376828","name":"LaunchDarkly","slug":"launchdarkly","title":"Feature Management Platform","verified":true,"imageUrl":"https://img.stackshare.io/service/4506/default_11d18d52b1a22b048f9806361243c7ba4dd2c7a1.png","canonicalUrl":"/launchdarkly","path":"/launchdarkly","votes":6,"fans":369,"stacks":200,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773970332063":{"id":"101231773970332063","name":"Terraform","slug":"terraform","title":"Describe your complete infrastructure as code and build resources across providers","verified":true,"imageUrl":"https://img.stackshare.io/service/1276/default_2316907c4199f912e2ed79cbdb99025c9e5e2665.png","canonicalUrl":"/terraform","path":"/terraform","votes":344,"fans":17531,"stacks":18399,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773501041914":{"id":"101231773501041914","name":"CircleCI","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","verified":true,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","canonicalUrl":"/circleci","path":"/circleci","votes":974,"fans":9480,"stacks":12828,"following":false,"followContext":null,"__typename":"Tool"},"Company:101231712365657210":{"imageUrl":"https://img.stackshare.io/company/6182/default_2119cf7ac922b781704952f39f729d1cc1bd3692.png","name":"LaunchDarkly","id":"101231712365657210","path":"/companies/launchdarkly","__typename":"Company"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).jobs({\"first\":8}).edges.0":{"node":{"type":"id","generated":false,"id":"Job:111056799219443238","typename":"Job"},"__typename":"JobEdge"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).jobs({\"first\":8})":{"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"codeship-vs-jenkins-vs-travis-ci\"}).jobs({\"first\":8}).edges.0","typename":"JobEdge"}],"__typename":"JobConnection"}}
Codeship  vs Jenkins  vs Travis CI Need advice about which tool to choose?Ask the StackShare community! Get Advice Codeship vs Jenkins vs Travis CI: What are the differences?
Introduction:
When comparing continuous integration tools like Codeship, Jenkins, and Travis CI, there are key differences that cater to specific needs of developers and organizations.
Ease of Use and Setup : Codeship provides a simple, user-friendly interface that allows for quick setup and integration with popular version control systems like GitHub and Bitbucket. Jenkins, on the other hand, requires more manual configuration and setup, making it less user-friendly for beginners. Travis CI falls in between, offering a balance of ease of use and configurability.
Scalability : Jenkins is highly customizable and scalable, making it suitable for large organizations with complex build pipelines and diverse development environments. Codeship and Travis CI are more streamlined, making them better suited for smaller teams or projects that do not require extensive customizations.
Community Support : Jenkins has a large and active community that offers a wide range of plugins, extensions, and resources for users. Codeship and Travis CI also have supportive communities, but they may not have as extensive a range of resources available as Jenkins.
Deployment Options : Codeship offers built-in deployment options for popular platforms like Heroku, AWS, and Docker, making it easy to deploy code directly from the CI/CD pipeline. Jenkins and Travis CI support custom deployment scripts but may require more manual configuration for specific deployment needs.
Pricing Model : Codeship and Travis CI offer cloud-hosted solutions with tiered pricing plans based on usage and features. Jenkins is open-source and free to use, but users are responsible for hosting and maintaining their own Jenkins servers, which can incur additional costs for infrastructure.
Extensibility and Integrations : Jenkins is known for its extensive plugin ecosystem that allows for seamless integrations with various tools and platforms. Codeship and Travis CI also offer integrations but may not have as wide a range of plugins available as Jenkins.
In Summary, when choosing between Codeship, Jenkins, and Travis CI, consider factors such as ease of use, scalability, community support, deployment options, pricing model, and extensibility to find the best fit for your development needs.
Advice on Codeship, Jenkins, and Travis CI
We are currently using Azure Pipelines for continous integration. Our applications are developed witn .NET framework. But when we look at the online Jenkins is the most widely used tool for continous integration. Can you please give me the advice which one is best to use for my case Azure pipeline or jenkins.
See more 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)
Google cloud build can help you.
It is hosted on cloud and also provide reasonable free quota.
See more
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 !
See more Replies (1)
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.
See more
From a StackShare Community member: "Currently we use Travis CI and have optimized it as much as we can so our builds are fairly quick. Our boss is all about redundancy so we are looking for another solution to fall back on in case Travis goes down and/or jacks prices way up (they were recently acquired). Could someone recommend which CI we should go with and if they have time, an explanation of how they're different?"
See more Replies (6)
We use CircleCI because of the better value it provides in its plans. I'm sure we could have used Travis just as easily but we found CircleCI's pricing to be more reasonable. In the two years since we signed up, the service has improved. CircleCI is always innovating and iterating on their platform. We have been very satisfied.
See more As the maintainer of the Karate DSL open-source project - I found Travis CI very easy to integrate into the GitHub workflow and it has been steady sailing for more than 2 years now ! It works well for Java / Apache Maven projects and we were able to configure it to use the latest Oracle JDK as per our needs. Thanks to the Travis CI team for this service to the open-source community !
See more I use Google Cloud Build because it's my first foray into the CICD world(loving it so far), and I wanted to work with something GCP native to avoid giving permissions to other SaaS tools like CircleCI and Travis CI .
I really like it because it's free for the first 120 minutes, and it's one of the few CICD tools that enterprises are open to using since it's contained within GCP.
One of the unique things is that it has the Kaniko cache , which speeds up builds by creating intermediate layers within the docker image vs. pushing the full thing from the start. Helpful when you're installing just a few additional dependencies.
Feel free to checkout an example: Cloudbuild Example
See more I use Travis CI because of various reasons -
1. Cloud based system so no dedicated server required, and you do not need to administrate it.
2. Easy YAML configuration.
3. Supports Major Programming Languages.
4. Support of build matrix
6. Supports AWS, Azure, Docker, Heroku, Google Cloud, Github Pages, PyPi and lot more.
7. Slack Notifications.
See more You are probably looking at another hosted solution: Jenkins is a good tool but it way too work intensive to be used as just a backup solution.
I have good experience with Circle-CI, Codeship, Drone.io and Travis (as well as problematic experiences with all of them), but my go-to tool is Gitlab CI: simple, powerful and if you have problems with their limitations or pricing, you can always install runners somewhere and use Gitlab just for scheduling and management. Even if you don't host your git repository at Gitlab, you can have Gitlab pull changes automatically from wherever you repo lives.
See more If you are considering Jenkins I would recommend at least checking out Buildkite. The agents are self-hosted (like Jenkins) but the interface is hosted for you. It meshes up some of the things I like about hosted services (pipeline definitions in YAML, managed interface and authentication) with things I like about Jenkins (local customizable agent images, secrets only on own instances, custom agent level scripts, sizing instances to your needs).
See more
Decisions about Codeship, Jenkins, and Travis CI
Github Actions allowed us to drop previous CI/CD technologies like Jenkins or AWS CodeBuild. The main advantages for us are:
- The Infrastructure-as-Code approach of Github Actions enables us to keep CI/CD configurations next to the code.
- Github as a single platform for repositories and CI/CD simplifies our stack and effort to manage it on the daily basis.
TVcloud Team <3 Github Actions
See more We replaced Jenkins with Github Actions for all our repositories hosted on Github. GA has two significant benefits for us compared to an external build tool: it's simpler, and it sits at eye level.
Its simplicity and smooth user experience makes it easier for all developers to adopt, giving them more autonomy.
Sitting at eye level means it's completely run and configured right alongside the code, so that it's easier to observe and adjust our builds as we go.
These two benefits have made "the build" less of a system engineer responsibility and more of a developer tool, giving developers more ownership from code to release.
See more Jenkins is a friend of mine. ð
There are not much space for Jenkins competitors for now from my point of view. With declarative pipelines now in place, its super easy to maintain them and create new ones(altho I prefer scripted still). Self-hosted, free, huge community makes it the top choice so honestly for me it was an easy pick.
See more When choosing a tool to help automate our CI/CD, the decision came down to GitHub Actions (GA) or TravisCI. Both are great, but the team has more experience with GA. Given GAs broad support of languages and workflows, it's hard to go wrong with this decision. We will also be using GitHub for version control and project management, so having everything in one place is convenient.
See more Stephen Badger | Vital Beats
Within our deployment pipeline, we have a need to deploy to multiple customer environments, and manage secrets specifically in a way that integrates well with AWS, Kubernetes Secrets, Terraform and our pipelines ourselves.
Jenkins offered us the ability to choose one of a number of credentials/secrets management approaches, and models secrets as a more dynamic concept that GitHub Actions provided.
Additionally, we are operating Jenkins within our development Kubernetes cluster as a kind of system-wide orchestrator, allowing us to use Kubernetes pods as build agents, avoiding the ongoing direct costs associated with GitHub Actions minutes / per-user pricing. Obviously as a consequence we take on the indirect costs of maintain Jenkins itself, patching it, upgrading etc. However our experience with managing Jenkins via Kubernetes and declarative Jenkins configuration has led us to believe that this cost is small, particularly as the majority of actual building and testing is handled inside docker containers and Kubernetes, alleviating the need for less supported plugins that may make Jenkins administration more difficult.
See more My website is brand new and one of the few requirements of testings I had to implement was code coverage. Never though it was so hard to implement using a #docker container.
Given my lack of experience, every attempt I tried on making a simple code coverage test using the 4 combinations of #TravisCI, #CircleCi with #Coveralls, #Codecov I failed. The main problem was I was generating the .coverage
file within the docker container and couldn't access it with #TravisCi or #CircleCi , every attempt to solve this problem seems to be very hacky and this was not the kind of complexity I want to introduce to my newborn website.
This problem was solved using a specific action for #GitHubActions, it was a 3 line solution I had to put in my github workflow file and I was able to access the .coverage
file from my docker container and get the coverage report with #Codecov .
See more We were long time users of TravisCI, but switched to CircleCI because of the better user interface and pricing. Version 2.0 has had a couple of trips and hiccups; but overall we've been very happy with the continuous integration it provides. Continuous Integration is a must-have for building software, and CircleCI continues to surprise as they roll out ideas and features. It's leading the industry in terms of innovation and new ideas, and it's exciting to see what new things they keep rolling out.
See more Jenkins is a pretty flexible, complete tool. Especially I love the possibility to configure jobs as a code with Jenkins pipelines.
CircleCI is well suited for small projects where the main task is to run continuous integration as quickly as possible.
Travis CI is recommended primarily for open-source projects that need to be tested in different environments.
And for something a bit larger I prefer to use Jenkins because it is possible to make serious system configuration thereby different plugins. In Jenkins, I can change almost anything. But if you want to start the CI chain as soon as possible, Jenkins may not be the right choice.
See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Codeship Free plan for 5 private repositories Hipchat, Campfire integrations Easy to use, above all and its free for basic use Build private Github repos on the free plan Super easy setup, works great with py.test/tox Great support, even on free tier Integrates with other free software Superfast team work integration Grepping Codeship = 1 day. Grepping Bamboo = 1 month Easy to set up, very nice GitHub integration Up and running in few minutes, and above all UI Pros of Jenkins Great to build, deploy or launch anything async Rich set of plugins with good documentation Has support for build pipelines Git and Maven integration is better 100% free and open source Slack Integration (plugin) Self-hosted GitLab Integration (plugin) Excellent docker integration Can be run as a Docker container Easily extendable with seamless integration Pros of Travis CI Tutorials for each programming language Support for multiple ruby versions Easy handling of secret keys The best tool for Open Source CI Github Pull Request build Straightforward Github/Coveralls integration Integrates with everything Caching resolved artifacts Ubuntu trusty is not supported Configuration saved with project repository Sign up to add or upvote prosMake informed product decisions Sign up now Cons of Codeship Ui could use some polishing Difficult to answer build questions Cons of Jenkins Workarounds needed for basic requirements Groovy with cumbersome syntax Plugins compatibility issues Limited abilities with declarative pipelines Too tied to plugins versions Cons of Travis CI Can't be hosted insternally Incomplete documentation for all platforms Sign up to add or upvote consMake informed product decisions Sign up now
- No public GitHub repository available -
- No public GitHub repository available -
What is Codeship? Codeship runs your automated tests and configured deployment when you push to your repository. It takes care of managing and scaling the infrastructure so that you are able to test and release more frequently and get faster feedback for building the product your users need.
What is 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.
What is Travis CI? Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
Need advice about which tool to choose?Ask the StackShare community! Get Advice
Jobs that mention Codeship, Jenkins, and Travis CI as a desired skillset
What companies use Codeship?
What companies use Jenkins?
What companies use Travis CI?
What companies use Codeship? What companies use Jenkins? What companies use Travis CI? Sign up to get full access to all the companiesMake informed product decisions Sign up now
What tools integrate with Codeship?
What tools integrate with Jenkins?
What tools integrate with Travis CI?
What tools integrate with Codeship? What tools integrate with Jenkins? What tools integrate with Travis CI? Sign up to get full access to all the tool integrationsMake informed product decisions Sign up now
Blog Posts Sign up to see more
What are some alternatives to Codeship, Jenkins, and Travis CI?
Continuous integration and delivery platform helps software teams rapidly release code with confidence by automating the build, test, and deploy process. Offers a modern software development platform that lets teams ramp.
Semaphore is the fastest continuous integration and delivery (CI/CD) platform on the market, powering the worldâs best engineering teams.
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.
Automate and parallelize testing. Codefresh allows teams to spin up on-demand compositions to run unit and integration tests as part of the continuous integration process. Jenkins integration allows more complex pipelines.
GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis. Enterprises install GitLab on-premise and connect it with LDAP and Active Directory servers for secure authentication and authorization. A single GitLab server can handle more than 25,000 users but it is also possible to create a high availability setup with multiple active servers.
See all alternatives
Manage your open source components, licenses, and vulnerabilities
Learn More