-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Currently there is only one way to specify custom ivy settings for ivy job type - relative path in the job.
In our case we have a custom ivy settings that are used by all jobs. There should be a way to specify global custom ivy settings the same way it is done for ivy build trigger.
Side note: the field inside the ivy job for ivy settings should support both relative and absolute paths
Code changed in jenkins
User: johnou
Path:
src/main/java/hudson/ivy/IvyModuleSet.java
src/main/java/hudson/ivy/IvyModuleSetBuild.java
src/main/resources/hudson/ivy/IvyModuleSet/global.jelly
src/main/resources/hudson/ivy/IvyModuleSet/help-globalIvySettingsFile.html
src/main/resources/hudson/ivy/IvyModuleSet/help-globalIvySettingsPropertyFiles.html
http://jenkins-ci.org/commit/ivy-plugin/4e03055f204801081c01a496b950f348a1279c89
Log:
JENKINS-15774 Global custom ivy settings.
Compare: https://github.com/jenkinsci/ivy-plugin/compare/52ae19ba6a07^...4e03055f2048