How to create your first Jenkins pipeline?

In the next part of our Jenkins Tutorial for Beginners, by Moss(@TechWithMoss), we will look at the steps to create a Jenkins pipeline using the Jenkins UI and demonstrate a pipeline run. We will also use a Maven project as the codebase to be built in the pipeline and also use the Pipeline Maven plugin to facilitate the use of Maven within the pipeline script.

2 Likes