RELEASED: Public: February 8, 2023
Resolved issues
- Parameters page fails to display the run and password parameters when triggered (BEE-28547)
-
The Parameters page failed to display the Password and Run Parameters values when triggering a build using the Trigger builds on remote projects build step with the Current build parameters parameter factory or the pipeline step
triggerRemoteJob(parameterFactories: [[$class: 'CurrentBuild', …]]))
.The Parameters page can now properly handle those parameters.