-
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
-
can you post the full stacktrace?