Learn Jenkins

Repo for all jenkins-related learnings.

How to use this repo

Each directory is a concept in Docker.
cd into each, and read the respective READMEs.

FAQ

Q. How to start jenkins
A. Using systemctl

# Start service
sudo systemctl start jenkins.service

# Check status to verify service started
sudo systemctl status jenkins.service