-
Bug
-
Resolution: Fixed
-
Major
-
None
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.
- duplicates
-
JENKINS-9628 Rebuild fails if some of the parameters are not explicitly defined in the built job
-
- Resolved
-
[JENKINS-14077] rebuild plugin will throw "java.lang.IllegalArgumentException: No such parameter definition "
Link |
New:
This issue duplicates |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 144612 ] | New: JNJira + In-Review [ 191141 ] |
can you post the full stacktrace?