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":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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":503577,"__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":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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":501796,"__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":2298,"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":501722,"__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":505051,"__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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null},{"id":"101231773501041914","fans":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"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\":\"jenkins-vs-teamcity-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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"viewCount":69741,"__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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"viewCount":74186,"__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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null},{"id":"101231773703650742","fans":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"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":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":144109,"__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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"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":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"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":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":33627,"__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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"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":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"viewCount":231321,"__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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"103249435143679064","fans":4806,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23569,"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":187863,"__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":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"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":160958,"name":"Docker","path":"/docker","slug":"docker","title":"Enterprise Container Platform for High-Velocity Innovation.","votes":3857,"stacks":174525,"imageUrl":"https://img.stackshare.io/service/586/n4u37v9t_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/docker","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"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":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":132703,"__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":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"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":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":709594,"__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":58573,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58388,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231773501041914","fans":9484,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12832,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9392,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26384,"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\":\"jenkins-vs-teamcity-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\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.0","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.1","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.2","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.3","typename":"Stackup"}],"footerTrendingStackups":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.0","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.1","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.2","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.3","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.4","typename":"Stackup"}],"__typename":"Stackup","featuredPosts({\"first\":8})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8})","typename":"FeaturedPostConnection"},"jobs({\"first\":8})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).jobs({\"first\":8})","typename":"JobConnection"}},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).jobs":{"count":1,"__typename":"JobConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts":{"count":22,"__typename":"FeaturedPostConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3})":{"count":0,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3}).pageInfo","typename":"PageInfo"},"edges":[],"__typename":"StackDecisionConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3}).pageInfo":{"endCursor":null,"hasNextPage":false,"__typename":"PageInfo"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).privateStackDecisions({\"first\":5})":{"count":0,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).privateStackDecisions({\"first\":5}).pageInfo","typename":"PageInfo"},"edges":[],"__typename":"StackDecisionConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).privateStackDecisions({\"first\":5}).pageInfo":{"hasNextPage":false,"endCursor":null,"__typename":"PageInfo"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.0":{"title":"Postman vs Swagger UI","path":"/stackups/postman-vs-swagger-ui","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.1":{"title":"HipChat vs Mattermost vs Slack","path":"/stackups/hipchat-vs-mattermost-vs-slack","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.2":{"title":"Bitbucket vs GitHub vs GitLab","path":"/stackups/bitbucket-vs-github-vs-gitlab","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTopStackups.3":{"title":"Bootstrap vs Materialize","path":"/stackups/bootstrap-vs-materialize","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-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\":\"jenkins-vs-teamcity-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\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.2":{"title":"Node.js vs Spring Boot","path":"/stackups/nodejs-vs-spring-boot","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).footerTrendingStackups.3":{"title":"Flyway vs Liquibase","path":"/stackups/flyway-vs-liquibase","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-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\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8})":{"count":22,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).pageInfo","typename":"PageInfo"},"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.0","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.1","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.2","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.3","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.4","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.5","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.6","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.7","typename":"FeaturedPostEdge"}],"__typename":"FeaturedPostConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).pageInfo":{"hasNextPage":true,"endCursor":"OA","__typename":"PageInfo"},"FeaturedPost:105944882874646033":{"id":"105944882874646033","views":2211,"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":205176,"stacks":297592,"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":25923,"stacks":23551,"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\":\"jenkins-vs-teamcity-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":2811,"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":2143,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-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":1759,"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":118533,"stacks":135269,"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":62060,"stacks":61890,"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":1152,"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":1057,"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\":\"jenkins-vs-teamcity-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":3348,"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":60283,"stacks":59889,"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":4353,"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":1866,"stacks":1512,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-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":6903,"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":283781,"stacks":286056,"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":160985,"stacks":174552,"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":163013,"stacks":173238,"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":93836,"stacks":93589,"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":54944,"stacks":59469,"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":19625,"stacks":19021,"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":7214,"stacks":7749,"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":2513,"stacks":2238,"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\":\"jenkins-vs-teamcity-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":3124,"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":8539,"fans":182957,"stacks":188731,"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":73441,"stacks":113407,"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":32691,"stacks":34530,"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":3299,"fans":17042,"stacks":22472,"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":17520,"stacks":17937,"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":12110,"stacks":14436,"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\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.5":{"node":{"type":"id","generated":false,"id":"FeaturedPost:102368763495430197","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231815077999424":{"id":"101231815077999424","views":8813,"title":"How Raygun Processes Millions of Error Events Per Second","imageUrl":"https://img.stackshare.io/stack/320214/default_8218d029526c4e1fe2d9111a7e9eeff1dfbe49d5.jpg","publishedAt":"2018-05-17T01:38:54Z","canonicalUrl":"/raygun/how-raygun-processes-millions-of-error-events-per-second","previewImageUrl":"https://img.stackshare.io/stack/320214/fea3a7474a2c0f26e74a985ce842b93452dda269.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231815077999424.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773858546548","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","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:101231773482334926","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773409399220","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773523090140","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773846359247","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774492574471","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405155016","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773541427411","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773918997008","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773997873230","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773993149934","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773502311493","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773963229750","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773975793364","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777900477437","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777597322078","typename":"Tool"}],"favoriteStacksCount":13,"__typename":"FeaturedPost"},"$FeaturedPost:101231815077999424.company":{"name":"Raygun","__typename":"Company"},"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":113688,"stacks":119610,"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":59870,"stacks":127300,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773482334926":{"id":"101231773482334926","name":"Jira","slug":"jira","title":"The #1 software development tool used by agile teams to plan, track, and release great software.","verified":true,"imageUrl":"https://img.stackshare.io/service/154/default_53605d3093005bd7853e04a258c0d4746e803e29.jpg","canonicalUrl":"/jira","path":"/jira","votes":1183,"fans":58019,"stacks":61539,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773409399220":{"id":"101231773409399220","name":"Amazon S3","slug":"amazon-s3","title":"Store and retrieve any amount of data, at any time, from anywhere on the web","verified":false,"imageUrl":"https://img.stackshare.io/service/25/amazon-s3.png","canonicalUrl":"/amazon-s3","path":"/amazon-s3","votes":2041,"fans":47929,"stacks":53250,"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":43280,"stacks":48268,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773523090140":{"id":"101231773523090140","name":"Amazon RDS","slug":"amazon-rds","title":"Set up, operate, and scale a relational database in the cloud.","verified":false,"imageUrl":"https://img.stackshare.io/service/232/amazon-rds.png","canonicalUrl":"/amazon-rds","path":"/amazon-rds","votes":761,"fans":13717,"stacks":15848,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773846359247":{"id":"101231773846359247","name":".NET","slug":"dot-net","title":"A free, cross-platform, open source developer platform for building many different types of applications","verified":true,"imageUrl":"https://img.stackshare.io/service/1014/IoPy1dce_400x400.png","canonicalUrl":"/dot-net","path":"/dot-net","votes":1859,"fans":7291,"stacks":10133,"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":11247,"stacks":12614,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773405155016":{"id":"101231773405155016","name":"Amazon SES","slug":"amazon-ses","title":"Bulk and transactional email-sending service.","verified":false,"imageUrl":"https://img.stackshare.io/service/17/amazon-ses.png","canonicalUrl":"/amazon-ses","path":"/amazon-ses","votes":328,"fans":7667,"stacks":9845,"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":6729,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773918997008":{"id":"101231773918997008","name":"Hugo","slug":"hugo","title":"A Fast and Flexible Static Site Generator written in Go","verified":false,"imageUrl":"https://img.stackshare.io/service/1158/default_2e4f7c34f249c9c44d4c0b776018014c06692d03.jpg","canonicalUrl":"/hugo","path":"/hugo","votes":206,"fans":1519,"stacks":1269,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773993149934":{"id":"101231773993149934","name":"Octopus Deploy","slug":"octopus-deploy","title":"A single place to release, deploy and operate your software","verified":true,"imageUrl":"https://img.stackshare.io/service/1341/preview.png","canonicalUrl":"/octopus-deploy","path":"/octopus-deploy","votes":118,"fans":601,"stacks":400,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773502311493":{"id":"101231773502311493","name":"Raygun","slug":"raygun","title":"Use Raygun to track, manage, and report your software errors.","verified":true,"imageUrl":"https://img.stackshare.io/service/192/jTDjfbiS_400x400.jpg","canonicalUrl":"/raygun","path":"/raygun","votes":198,"fans":227,"stacks":134,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773963229750":{"id":"101231773963229750","name":"Quip","slug":"quip","title":"Messaging and documents. Combined in one place, on any device.","verified":false,"imageUrl":"https://img.stackshare.io/service/1254/quip.jpg","canonicalUrl":"/quip","path":"/quip","votes":14,"fans":103,"stacks":99,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773975793364":{"id":"101231773975793364","name":"FullContact","slug":"fullcontact","title":"Powerful APIs to help you turn partial contact information into full contact data.","verified":true,"imageUrl":"https://img.stackshare.io/service/1291/fc2019-logo-mark_2x.png","canonicalUrl":"/fullcontact","path":"/fullcontact","votes":9,"fans":54,"stacks":39,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777900477437":{"id":"101231777900477437","name":"Taxify","slug":"taxify","title":"Automated sales tax reporting","verified":false,"imageUrl":"https://img.stackshare.io/service/8917/w2K5p8C3_400x400.png","canonicalUrl":"/taxify","path":"/taxify","votes":0,"fans":11,"stacks":8,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777597322078":{"id":"101231777597322078","name":"AskNicely","slug":"asknicely","title":"The worldâs most loved Net Promoter Score (NPS) platform for real-time customer feedback.","verified":false,"imageUrl":"https://img.stackshare.io/service/8338/egOx_e_L_400x400.jpg","canonicalUrl":"/asknicely","path":"/asknicely","votes":0,"fans":8,"stacks":5,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.6":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231815077999424","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231809734545271":{"id":"101231809734545271","views":40933,"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":6892,"fans":226855,"stacks":245024,"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":3550,"fans":95532,"stacks":98317,"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":39485,"stacks":37685,"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":28490,"stacks":30555,"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":19980,"stacks":20430,"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":13599,"stacks":21293,"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":12154,"stacks":14434,"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":11007,"stacks":11379,"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":10938,"stacks":11274,"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: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":2951,"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":2089,"stacks":2637,"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":1941,"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":1804,"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":366,"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\":\"jenkins-vs-teamcity-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.7":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231809734545271","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":311,"stacks":274,"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":435,"stacks":229,"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":17542,"stacks":18411,"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":9485,"stacks":12833,"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\":\"jenkins-vs-teamcity-vs-travis-ci\"}).jobs({\"first\":8}).edges.0":{"node":{"type":"id","generated":false,"id":"Job:111056799219443238","typename":"Job"},"__typename":"JobEdge"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).jobs({\"first\":8})":{"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"jenkins-vs-teamcity-vs-travis-ci\"}).jobs({\"first\":8}).edges.0","typename":"JobEdge"}],"__typename":"JobConnection"}}
Jenkins  vs TeamCity  vs Travis CI Need advice about which tool to choose?Ask the StackShare community! Get Advice Jenkins vs TeamCity vs Travis CI: What are the differences?
Introduction:
When it comes to CI/CD tools, Jenkins, TeamCity, and Travis CI are popular choices for automating software development processes. Each tool has its own set of features and advantages, making them suitable for different use cases.
Architecture :
Jenkins is an open-source automation server with a vast plugin ecosystem that supports various integrations and customizations. TeamCity, on the other hand, is a proprietary CI/CD tool developed by JetBrains that offers a more streamlined user interface and easy setup for smaller teams. Travis CI is a cloud-based CI service that focuses on simplicity and quick setup for GitHub projects.
Scalability :
Jenkins can be scaled horizontally to handle multiple build agents and pipelines, making it suitable for large enterprises with complex build requirements. TeamCity provides better out-of-the-box scalability features, such as build chains and build configurations, making it easier to manage and scale CI/CD workflows. Meanwhile, Travis CI offers a more simplified approach to scaling with limited customization options compared to Jenkins and TeamCity.
Integration :
Jenkins offers extensive integration capabilities through its vast plugin ecosystem, enabling users to connect with various tools and services seamlessly. TeamCity provides built-in integrations with popular version control systems and IDEs, streamlining the setup process for developers. Travis CI focuses on tight integration with GitHub repositories, making it a preferred choice for projects hosted on the platform.
Pricing :
Jenkins is a free and open-source tool, making it a cost-effective option for organizations with budget constraints. TeamCity comes with a licensing fee based on the number of build agents, making it more suitable for teams willing to invest in a comprehensive CI/CD solution. Travis CI offers a free tier for open-source projects but charges for private repositories and additional build concurrency.
Customization :
Jenkins allows extensive customization through its plugin ecosystem and scriptable pipeline definitions, giving users full control over their CI/CD workflows. TeamCity offers a more opinionated approach with predefined build steps and templates, making it easier for beginners to set up their pipelines. Travis CI provides a straightforward configuration process through its YAML-based configuration file, offering a balance between flexibility and simplicity.
Community Support :
Jenkins has a large and active community that contributes plugins, documentation, and support resources, making it easier for users to troubleshoot issues and extend the platform's functionality. TeamCity has a smaller but dedicated user base, with official support from JetBrains ensuring prompt assistance and updates. Travis CI benefits from GitHub's community, with a focus on user-friendly documentation and seamless GitHub integration for easy adoption.
In Summary, Jenkins, TeamCity, and Travis CI offer distinct features in terms of architecture, scalability, integration, pricing, customization, and community support, catering to different requirements and preferences in the CI/CD landscape.
Advice on Jenkins, TeamCity, 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 Jenkins, TeamCity, 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 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 TeamCity Reliable and high-quality Fully-functional out of the box Great support by jetbrains Smart build failure analysis and tracking Official reliable support Build progress messages promoting from running process Repository-stored, full settings dsl with ide support Built-in artifacts repository Powerful build chains / pipelines TeamCity Professional is FREE 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 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 TeamCity High costs for more than three build agents 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 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 TeamCity? TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects.
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 Jenkins, TeamCity, and Travis CI as a desired skillset
What companies use Jenkins?
What companies use TeamCity?
What companies use Travis CI?
What companies use Jenkins? What companies use TeamCity? 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 Jenkins?
What tools integrate with TeamCity?
What tools integrate with Travis CI?
What tools integrate with Jenkins? What tools integrate with TeamCity? 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 Jenkins, TeamCity, 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.
Focus on coding and count on Bamboo as your CI and build server! Create multi-stage build plans, set up triggers to start builds upon commits, and assign agents to your critical builds and deployments.
Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven, providing a uniform build system. Once you familiarize yourself with how one Maven project builds you automatically know how all Maven projects build saving you immense amounts of time when trying to navigate many projects.
Puppet is an automated administrative engine for your Linux, Unix, and Windows systems and performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansibleâs goals are foremost those of simplicity and maximum ease of use.
See all alternatives
Manage your open source components, licenses, and vulnerabilities
Learn More