Jenkins Guide 1. New Maven Job
Jenkins Guide 1. New Maven Job
6. Define deployment script. This depends on the artifact you want to deploy. The script
may also contain steps to do a stop/start service task prior to deployment.
7. Create Git Tag for versioning. Tags will allow you to revert your changes to a specific
version.
8. To create a new deployment pipeline, go to Jenkins home page the click the [+] button.
10. Select the newly created maven project job and set “No. of Displayed Builds” to 5
11. Build the project for the first time by clicking the [Run] button