Execute the Jenkins Build
Click on Build Now to trigger the Jenkins pipeline. It will execute all the stages as defined in the JenkinsFile.

The latest Docker image is also pushed to DockerHub

The deployment manifest file present inside the "spring-boot-app-manifests" is also updated with the latest build number for the container.

Last updated