|
||||||||
|
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: c3johnso
Path:
src/main/java/hudson/plugins/parameterizedtrigger/BuildTriggerConfig.java
src/main/java/hudson/plugins/parameterizedtrigger/CounterBuildParameterFactory.java
src/main/resources/hudson/plugins/parameterizedtrigger/CounterBuildParameterFactory/config.jelly
src/main/resources/hudson/plugins/parameterizedtrigger/CounterBuildParameterFactory/help-validationFail.html
src/main/resources/hudson/plugins/parameterizedtrigger/Messages.properties
src/test/java/hudson/plugins/parameterizedtrigger/test/CounterBuildParameterFactoryUnitTest.java
http://jenkins-ci.org/commit/parameterized-trigger-plugin/89a1d2365c6d6c750aeefb2a94de0ae2b96c8b93
Log:
Add behaviour options for counter factory in case of invalid options.
[FIXED JENKINS-13872]
Add the possibility of skipping the triggering, or ignoring the parameters when the
to, from and step elements do not form a contained set.
Corrected an issue in the BuildTriggerConfig class where if a factory returned no parameters
meant that no projects would be triggered in certain cases.