What do you use for CI/CD ?

10 points by Stamy ↗ HN
At the moment we are using Jenkins however we had some debates that there are better alternatives (circleCi, codeship ...).

It would be great if you could share your set up and what works best for you.

5 comments

[ 3.6 ms ] story [ 23.4 ms ] thread
Gitlab CI with the gitlab multirunner container all on AWS ECS.

In this way you can run multiple concurrent test suites each in an insolate container.

I'm assuming you can't use gitlab CI with github/bitbucket ?
No, but you can use GitLab.com or EE to mirror the repository on GitLab to run the tests.
Yep, this is the right way! Thanks,