user5653362
user5653362

Reputation: 161

Do not see the java and maven configuration option in Jenkins configurations

Do not see the java and maven configuration option in Jenkins configurations. I would like to configure my maven

enter image description here

Upvotes: 0

Views: 443

Answers (1)

issamux
issamux

Reputation: 1415

You have to :

  1. Download maven to some path on your computer
  2. In the Jenkins dashboard (Home screen), click Manage Jenkins from the left-hand side menu.
  3. Then, click on ‘Configure System’ from the right hand side.
  4. In the Configure system screen, scroll down till you see the Maven section and then click on the ‘Add Maven’ button.
  5. Uncheck the ‘Install automatically’ option.Add any name for the setting and the location of the MAVEN_HOME. Then, click on the ‘Save’ button at the end of the screen.
  6. You can now create a job with the ‘Maven project’ option. In the Jenkins dashboard, click the New Item option.

screenshot

Upvotes: 3

Related Questions