My fork of wardviaene/jenkins-course, the resource repository for the Udemy course Learn DevOps: CI/CD with Jenkins using Pipelines and Docker. I forked it in 2019 while working through the course, and it stays in my account as a record of that study.
The concepts
The course covers continuous integration and continuous delivery with Jenkins: defining builds as code with Jenkins Pipelines rather than hand-configured freestyle jobs, and pairing Jenkins with Docker so builds run in reproducible container environments. That pipelines-as-code idea — your CI definition living in version control next to the application — is the foundation everything modern CI/CD (GitHub Actions, GitLab CI, Cloud Build) builds on, and Jenkins is where a lot of us learned it first.
How to use it
The repo is the companion material for the course: scripts and resources referenced by the lectures, organized to follow along as you build out pipelines. It’s most useful with the course itself, which walks through standing up Jenkins and wiring Docker-based pipelines step by step.
The fork is unmodified — course material, kept for reference.
Language: Shell Source code: github.com/avnit/jenkins-course Upstream: github.com/wardviaene/jenkins-course