Configuring the build pipeline for build job orchestration
Now, it is time to integrate all the work in a way that continuous integration, cloud provisioning, configuration management, and continuous delivery is orchestrated in a sequence:
In the Jenkins dashboard, go to PetClinic-Build-Pipeline-View:
Click on Configure to view settings or modify them:
Once we click on OK, changes are saved and we see the configuration, as shown in the following screenshot. It is the output of the upstream and downstream job configuration:
To create complete build pipeline mentioned in previous screenshot, we need to configure post build actions of each build job that we want to execute in specific sequence. We have different build job for continuous integration, configuration management and continuous delivery so we will configure them as upstream and downstream jobs to make pipeline. Let's look at each build job configuration step by step:
Click on PetClinic-Compile | Configure. Go to Post-build Actions...