Hacker News new | ask | show | jobs
by SEJeff 2069 days ago
“Configuration as code, not YAML” - this is a hilarious and relatable tagline.

I wonder how this compares to some existing CI/CD tools like Jenkins, circle ci, GitHub actions, etc.

1 comments

Conducto vs CircleCI: https://www.conducto.com/docs/comparisons/conducto-vs-circle...

GitHub Actions is like a better version of CircleCI. They really cloned a lot of it and improved it. Similar config YAML, similar UI. The points in the CircleCI article largely hold, except for the free mode: GHA does have local runners that are very similar to Conducto's local agent.

Jenkins comment coming shortly.