Understood Jenkins as an automation server for building, testing, and deploying code. Installed and explored the Jenkins dashboard.
Created simple pipelines using GUI and Jenkinsfile. Learned about stages, steps, and continuous delivery using scripted pipelines.
Explored the Jenkins plugin ecosystem and configured global settings. Added tools like Git, Maven, and Docker integrations.
Used SCM polling and webhook triggers to automatically start builds on code changes. Practiced job chaining and notifications.
Here are my personal notes on Jenkins. I use them to quickly revise commands and concepts.
π View JENKINS Notes FlipbookIf you'd like a PDF version, feel free to contact me via the Contact section.
Configured a CI pipeline in Jenkins to build and test a Maven-based Java app automatically.
View Jenkins CIAutomated Docker image build and push using Jenkins pipeline and GitHub.
View Docker Build