-
I've played with Jenkins http://www.jenkins.io.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Recently seen a neat post with https://tekton.dev/ just search this subreddit. I bet you can find a good example.
-
Since it sounds like you're using GitHub, using GitHub Actions for any CI pipelines would be easiest. You could run terraform plan in your PRs, there's a great writeup on how to do it here. Or any unit tests, docker builds, etc. Lots of great ideas at Awesome Actions.
-
Since it sounds like you're using GitHub, using GitHub Actions for any CI pipelines would be easiest. You could run terraform plan in your PRs, there's a great writeup on how to do it here. Or any unit tests, docker builds, etc. Lots of great ideas at Awesome Actions.
Related posts
-
What are some good self-hosted CI/CD tools where pipeline steps run in docker containers?
-
Is Jenkins still the king?
-
A Beginner's Guide to Understanding DevOps
-
Is there any automation solution that isn't "only" CI/CD except Jenkins?
-
How we moved from Artifactory and saved $200k p.a. Part 3 of 5 - The future is Advanced Artefacts