CD in action
Make some changes on your GitHub code or just trigger the Jenkins pipeline from the Jenkins dashboard:
- Log in to Jenkins, and from the Jenkins dashboard click on your Multibranch Pipeline. You should see something like the following:
![](https://static.packt-cdn.com/products/9781788479356/graphics/d726c687-243d-4294-964c-7093b0ed51b4.png)
Jenkins CD pipeline in action
- Log in to the Artifactory server and see if the code has been uploaded and promoted using the properties, shown as follows:
![](https://static.packt-cdn.com/products/9781788479356/graphics/c5d46ee4-048f-4881-86fb-eef08c2bb3ca.png)
Build artifacts being promoted inside Artifactory
- Let us see our CD pipeline in Jenkins Blue Ocean. To do so, navigate to your Jenkins Multibranch CD pipeline (<
Jenkins URL>/job/<Jenkins multibranch pipeline name>/
). - On the pipeline page, click on the
Open Blue Ocean
link available on the left-hand side menu. - You will be taken to your Multibranch Pipeline page in Blue Ocean, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781788479356/graphics/f8f6e9e5-7809-4885-982d-0b4488c103ce.png)
- Click on the
master
branch to see its pipeline. You should see something like the following:
![](https://static.packt-cdn.com/products/9781788479356/graphics/d2b54b99-d393-4ebe-a804-9c82b0442207.png)