22

I have just installed Jenkins 2.6 (as a fresh install) but I can't seem to find the Maven installation options. Previously I would just be able to go to Jenkins configuration and in the Maven section there would be an option for MAVEN_HOME and to install Maven automatically. However this doesn't appear to be present for me.

I have the Maven integration plugin installed. How can I get these to show?

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
thewire247
  • 795
  • 1
  • 9
  • 24

1 Answers1

45

Since Jenkins 2.x you can find all the tool configurations (Maven, Ant, Gradle and even the JDK) under the "Global Tools" entry in Jenkins administration (Manage Jenkins).

Community
  • 1
  • 1
Omri Spector
  • 2,431
  • 24
  • 22
  • Excellent sir! Thank you very much. – Bryan_C Nov 01 '16 at 20:25
  • 1
    Hey I have defined the MAVEN_HOME path under ADD maven and saved it later if see again the changes are not saved.Do you have any idea like what could be the exact reason. – shaik Aug 15 '17 at 17:44
  • I know this is an old thread, but wanted to add a related information. If you are setting up Jenkins, then you will have to go to Jenkins plugins section and download/install the maven plugin. – Vic Jan 27 '18 at 10:58