Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Jenkin's Add Maven option under Configure System

I've got what seems like a very basic question. I'm following a tutorial. It says to install Maven via Manager Jenkins - Configure System - Add Maven.

This works great on Windows. But on MAC Add Maven is missing. Even after I install a fresh copy of Jenkins 2.2

How can I resolve this?

The following "Add XXX" are missing on MAC under Configure System.

enter image description here

like image 705
Shane Gannon Avatar asked May 11 '16 21:05

Shane Gannon


People also ask

How do I get Jenkins Maven?

In the Jenkins dashboard (Home screen), click Manage Jenkins from the left-hand side menu. Then, click on 'Configure System' from the right hand side. In the Configure system screen, scroll down till you see the Maven section and then click on the 'Add Maven' button. Uncheck the 'Install automatically' option.

What is Maven plugin for Jenkins?

This plugin provides an advanced integration for Maven 2/3 projects. Even if Jenkins provides natively a Maven builder to use a build step in classical Jenkins jobs (freestyle, ...)


Video Answer


1 Answers

Have you checked "Manage Jenkins -> Global Tool Configuration" yet? I think those settings (including JDK, Maven, Ant...) are moved from "Configure System" to another place.

like image 161
Zespre Schmidt Avatar answered Oct 13 '22 18:10

Zespre Schmidt