Roger Myung created JENKINS-14077:
-------------------------------------
Summary: rebuild plugin will throw
"java.lang.IllegalArgumentException: No such parameter definition "
Key: JENKINS-14077
URL: https://issues.jenkins-ci.org/browse/JENKINS-14077
Project: Jenkins
Issue Type: Bug
Components: parameterized-trigger, rebuild
Reporter: Roger Myung
Assignee: huybrechts
Some of our jobs pass parameters that aren't used by the downstream jobs. They
aren't used, but the downstream job builds fine according to the
parameterized-trigger plugin.
However, if a job fails, and we try to rebuild using the rebuild plugin, we get
java.lang.IllegalArgumentException: No such parameter definition
I understand that an argument can be made for strict parameter matching, but if
so, it should be at the parameterized-trigger level. Rebuild should allow
rebuilding any job that originally built. It should not be more strict.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira