DEV Community

Discussion on: What do you use for CI/CD?

Collapse
 
mubbashir10 profile image
Mubbashir Mustafa • Edited

We moved away from self hosted jenkins to Circle CI and from there to AWS Codebuild & Code pipeline. However, for our new services we use Github Actions - it just work!
Also we were hitting webhook/repo limit (which is 20 I believe) and we were able to solve that issue using the Github Actions too.