Maven installation settings not showing in Jenkins

16,540

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).

Share:
16,540

Related videos on Youtube

thewire247
Author by

thewire247

Updated on June 05, 2022

Comments

  • thewire247
    thewire247 almost 2 years

    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?

    • Dominik Gebhart
      Dominik Gebhart almost 8 years
      Since 2.0 theres also a dedicated tools configuration menu, maybe its there?
    • Omri Spector
      Omri Spector almost 7 years
      It would be nice if you accepted the answer. It is sort of how SO works...
  • Bryan_C
    Bryan_C over 7 years
    Excellent sir! Thank you very much.
  • shaik
    shaik over 6 years
    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.
  • Vic
    Vic over 6 years
    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.