Hacker News new | ask | show | jobs
by __float 2311 days ago
What CI software do you use? I played around with spot instances and Jenkins, and it was quite a poor experience.
1 comments

We use Jenkins to invoke Tekton pipelines (https://github.com/tektoncd/pipeline) with a wrapper we wrote. The pipeline runs, outputs junit to a bucket and we pull it back and give it to jenkins. Was a bit of a lift to get working out of the gate but it's been mostly smooth (and flexible and cheap) since then.