The video is a part of the Jenkins Tutorial series for beginners. In this video, Moss (@tech_with_moss) explains steps to create a Jenkins CI/CD Pipeline using the Jenkins UI. Learn how to use a Maven project as the codebase to be built in the pipeline & also use the Pipeline Maven plugin to facilitate the use of Maven within the Pipeline script.
Introduction to Jenkins Tutorial for Beginners
Overview & advantages of Jenkins Pipelines
Key Pipeline terminology
Types of Pipeline
Install Pipeline Maven integration plugin
Create your first Pipeline job
Define a Pipeline script
Build a Pipeline
Create a new Pipeline job using Maven project as the codebase