|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: cjo9900
Path:
src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/ec7cf80ae0169911645d42c8206bb4231b1f9954
Log:
[FIXED JENKINS-16715] Make sure all ParametersActions are combined correctly
Made sure that all ParameterSActions are combined together,
Forced a set order Parameter overriding:
Default values from triggered project
Overridded by Parameters in current Build (if enabled)
Overridded by Parameters added configs.
Added test cases for most/all of the combinations above.