Reputation: 13
I am using Jenkins ver. 2.96. I navigated to Jenkins>Manage Jenkins>Configure System. I am not able to see the configuration of JDK and Maven.
Upvotes: 1
Views: 677
Reputation: 4520
To Configure Java, Maven, Git
Add JDK
button under JDK then uncheck Install automatically(if you have already installed JDK in your machine) then specify the Name(Just for reference inside jenkins) and JDK home.Add Maven
button then specify Name and maven home.I believe this will help you setup jdk and maven in your jenkins
Upvotes: 1