
Learn to schedule jobs, create pipeline and freestyle jobs, and trigger builds remotely in Jenkins, while configuring it on your local machine and exploring plugins and the blue ocean ui.
Learn how to trigger Jenkins builds remotely by using remote URLs, local or remote server IPs, and tokens, selecting the appropriate job, and verifying via auto refresh.
Create and manage users in Jenkins to enforce least-privilege access, assign role-based permissions, and control who can view or modify their own project jobs.
Learn to configure Jenkins email notifications at global and per-job levels, using email servers like Gmail, with ssl, testing, and failure alerts.
Explore how Jenkins pipelines automate continuous delivery, define pipelines in a Jenkinsfile with declarative or scripted syntax, and maintain a single source of truth across teams.
Explore Jenkins pipeline concepts, including declarative and scripted pipelines, stages for build, test, and deploy, and steps that execute tasks on agent machines.
Learn to use environment variables in a Jenkins pipeline by leveraging the global env variable, printing values such as build ID and job name, and browsing available variables.
Learn how to create and use environment variables in a Jenkins pipeline, showing how top-level and stage-scoped variables behave in declarative and scripted pipelines.
Create a pipeline with Blue Ocean visual designer to auto-generate a Jenkinsfile in the repository, configure build, test, and deploy stages, and run the pipeline from master.
Create a new branch locally, push to the remote repository, and trigger a multibranch pipeline build in Jenkins when the webhook detects the branch.
Integrate Jenkins with Slack by installing the Slack notification plugin, configuring global Slack settings and integration token, creating a channel, and enabling post-build notifications.
Learn to track Jenkins metrics and trends by installing build stream metrics and global stats plugins, calculating mean time to failure and recovery, with charts over time.
Jenkins is one of the most popular CI tool used by companies worldwide. You can now master this amazing tool using our comprehensive step by step guide. You will understand the core architecture of Jenkins and will learn to configure it for your development stack. You will learn it through real world examples and exercises.
We have made this course practical and task oriented so that you get a complete Hands on experience with Jenkins. Start now and build your CI/CD pipeline using jenkins.