The current chapter is a step-by-step guide that teaches you to work with Jenkins Blue Ocean. It begins with the Pipeline Creation Wizard that includes integrating your Blue Ocean pipeline projects with the various types of source code repositories, followed by creating a pipeline using the Visual Pipeline Editor.
You’ll learn and practice both of these activities in detail using an example maven project, which you can fork from the following GitHub repository: https://github.com/Apress/beginning-jenkins-blue-ocean/tree/master/Ch03/example-maven-project .
Next, you learn ...