Creating a nice visual flow for the Continuous Delivery pipeline
The pipeline to perform Continuous Deployment now contains the following Jenkins jobs:
Poll_Build_StaticCodeAnalysis_IntegrationTest_Integration_Branch
Upload_Package_To_Artifactory
Deploy_Artifact_To_Testing_Server
User_Acceptance_Test
Performance_Testing
Merge_Production_Ready_Code_Into_Master_Branch
Deploy_Artifact_To_Production_Server
In this section, we will modify the Continuous Delivery view that we created in the previous chapter using the delivery pipeline plugin. The steps are as follows:
Go to the Jenkins Dashboard and click on the Continuous Delivery tab, as shown in the following screenshot:
You will see the following page. Click on the Edit View link present on the left-hand side menu.
Now, you will see a lot of options that are already filled. Scroll down until you see the View settings section.
Change the value of Name from
Continuous Delivery
toContinuous Deployment
.Leave the rest of the options at their...