-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Linux, Java 1.6
/Windows Server 2008 R2, Java 1.7
After upgrading Jenkins to version 1.483, I see this behaviour:
Changing some (other) values on the Jenkins settings page, the Maven installation entries get lost after the save.
This results in broken maven build jobs, because they are missing their configured Maven installation.
Trying to reconfigure a Maven installation on the Jenkins settings page has no effect. After calling "save", the Maven entries disappear.
I have no log to present, because I had to downgrade Jenkins to version 1.481 to get my builds working.
- duplicates
-
JENKINS-15293 Can't configure Maven Installations on Jenkins ver. 1.483, 1.484
-
- Closed
-
I worked around this by overriding jenkins/tools-folder and jenkins/hudson.tasks.Maven.xml from another setup and then restarting Jenkins.
If you save Jenkins config even without doing any changes, the file hudson.tasks.Maven.xml gets reset, and maven is not found by builds anymore.