DEV Community

Cover image for Which CI/CD tool do you use?
Niharika Singh ⛓
Niharika Singh ⛓

Posted on

Which CI/CD tool do you use?

I have been researching a lot on CI/CD tools lately.

I have worked on TravisCI before, and recently with GitHub Actions.

I'd love to know which ones do you use and why!

Latest comments (56)

Collapse
 
igeligel profile image
Kevin Peters

What I always wanted to try is render.com. Currently, I am using a mix of DigitalOcean and custom scripts.

Collapse
 
andrewbaisden profile image
Andrew Baisden

GitHub Actions and CircleCI

Collapse
 
gogorichie profile image
Richard Lewis

This is an interesting thread I've used quite a few over time I currently using Azure DevOps for most of my automation followed by github actions and netlify. I'm interested in learning more about buddy so thanks for all who praise it.

Collapse
 
thomasharper profile image
Thomas Bentkowski

Kubernetes (with EKS) + AWS EC2 Spot requests for our CI. Thanks to this we are running a CI cluster with 10k+ vCPU hourly for a really cheap daily price.

Kubernetes for our CD.

Collapse
 
niharrs profile image
Niharika Singh ⛓

Sounds awesome!

Collapse
 
shaijut profile image
Shaiju T

I have used Azure Devops for learning.

Collapse
 
downey profile image
Tim Downey

Concourse mainly, plus a smattering of Github Actions.

Collapse
 
rezastd profile image
rezastd

we're using Jenkins like almost everywhere in our projects. we've tried to use another tools as well but seems Jenkins are beyond them. many users use jenkins, many documentation, many communities to share and solve problems.

Collapse
 
niharrs profile image
Niharika Singh ⛓

I agree.

Collapse
 
jasondayee profile image
Jason

We are using Jenkins and private Gitlab

Collapse
 
yuumi3 profile image
Yuumi Yoshida

Github Actions

Collapse
 
jondearaujo profile image
Jonathan de Araújo Silva

Just tried out GitHub Actions and it seems pretty good: Easy on-boarding for new projects, since you can create the initial version of the workflow file right there in the web interface; Pretty fast execution on GitHub own infrastructure after commits/PRs.

Collapse
 
niharrs profile image
Niharika Singh ⛓

True!