NPE when calling /buildWithParameters
for job with two Stashed File Parameters
#199
Labels
bug
Something isn't working
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 20.04 on the controller, Ubuntu 24.04 on agent.
Reproduction steps
Create a pipeline job that has nothing set
Try invoking it with:
Confirm it's working normally
Add one Stashed File Parameter
Confirm
/buildWithParameters
is still working:Add one more Stashed File Parameter
Call the job again without passing any parameters:
Jenkins will return an HTML page with status code 500
On the Jenkins logs, I can find:
Click here to show
Expected Results
To work, as it worked in 2.452.4 downwards.
Actual Results
Check above.
Anything else?
This issue started after upgrading Jenkins to 2.462.1 LTS.
Are you interested in contributing a fix?
Since this is a very serious bug that affects us, I would be interested to contribute a fix. However, any pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered: