Jenkins Logo

Jenkins: The Automation Server

Automated builds, job and deployments using Jenkins.

πŸ‘¨πŸ»β€πŸŽ“What I’ve Learned in Jenkins

Jenkins Intro Icon
Getting Started with Jenkins

Understood Jenkins as an automation server for building, testing, and deploying code. Installed and explored the Jenkins dashboard.

Pipeline Icon
Jenkins Pipelines

Created simple pipelines using GUI and Jenkinsfile. Learned about stages, steps, and continuous delivery using scripted pipelines.

Plugins Icon
Plugins & Configuration

Explored the Jenkins plugin ecosystem and configured global settings. Added tools like Git, Maven, and Docker integrations.

Build Trigger Icon
Build Triggers

Used SCM polling and webhook triggers to automatically start builds on code changes. Practiced job chaining and notifications.

πŸ“ My Handwritten Notes

Here are my personal notes on Jenkins. I use them to quickly revise commands and concepts.

πŸ“– View JENKINS Notes Flipbook

If you'd like a PDF version, feel free to contact me via the Contact section.

πŸš€ Projects with JENKINS

Jenkins CI Pipeline

Configured a CI pipeline in Jenkins to build and test a Maven-based Java app automatically.

View Jenkins CI
Jenkins + Docker Build

Automated Docker image build and push using Jenkins pipeline and GitHub.

View Docker Build
← Back to Home