Follow the given steps to install the Pipeline Maven Integration Plugin. The following plugin will allow us to use the Maven tool inside our pipeline code:
- From the Jenkins dashboard, click on Manage Jenkins | Manage Plugins | Available tab.
- Type Pipeline Maven Integration inside the Filter field to search the respective plugin, as shown in the following screenshot:
The Plugin Manager page
- Click on the checkbox to select the respective plugin, and then click on the Install without restart button to install it.
- Once you click on the Install without restart button, you will see the plugin getting ...