Repo for all jenkins-related learnings.
Each directory is a concept in Docker.
cd
into each, and read the respective READMEs.
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