-
Bug
-
Resolution: Fixed
-
Major
-
None
The global MAVEN_OPTS option isn't actually saving anything - turns out the underlying problem here is that I needed to add TopLevelItemDescriptor to the list of descriptors that get configure called against them when the global configuration is saved, and I needed to tweak the global.jelly for MavenModuleSet to use ${descriptor.globalMavenOpts}, not ${it.globalMavenOpts}.
Code changed in hudson
User: : abayer
Path:
trunk/hudson/main/core/src/main/java/hudson/model/Hudson.java
trunk/hudson/main/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/global.jelly
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=24844
Log:
[FIXED JENKINS-5142] TopLevelItemDescriptors now have configure called against them