How to configure maven and git in jenkins
How to configure maven and git in jenkins
How to configure maven and git in jenkins
vito Answered question February 24, 2021
For Git:
In Jenkins -> Manage Jenkins -> Global Tool Configuration -> for Git, provide the name as git and path as /usr/bin/git (or the path where git is installed)
For Maven:
In Jenkins -> Manage Jenkins -> Global Tool Configuration -> for Maven, click on Add Maven -> uncheck the Install automatically checkbox -> provide the name as maven and path as /usr/share/maven (or the path where maven is installed)
vito Edited answer February 27, 2021