Im at a loss for how to setup a CI/CD pipeline. REALLY need some help

This page summarizes the projects mentioned and recommended in the original post on /r/homelab

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. Jenkins

    Jenkins automation server

    I've played with Jenkins http://www.jenkins.io.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. pipeline

    A cloud-native Pipeline resource.

    Recently seen a neat post with https://tekton.dev/ just search this subreddit. I bet you can find a good example.

  4. awesome-actions

    A curated list of awesome actions to use on GitHub

    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.

  5. setup-terraform

    Sets up Terraform CLI in your GitHub Actions workflow.

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What are some good self-hosted CI/CD tools where pipeline steps run in docker containers?

    4 projects | /r/devops | 14 May 2023
  • Is Jenkins still the king?

    3 projects | /r/devops | 16 Apr 2023
  • A Beginner's Guide to Understanding DevOps

    4 projects | dev.to | 26 Feb 2023
  • Is there any automation solution that isn't "only" CI/CD except Jenkins?

    2 projects | /r/devops | 18 Nov 2022
  • How we moved from Artifactory and saved $200k p.a. Part 3 of 5 - The future is Advanced Artefacts

    3 projects | dev.to | 28 Sep 2022

Did you know that Java is
the 8th most popular programming language
based on number of references?