-
Bug
-
Resolution: Duplicate
-
Minor
-
None
We have code similar to:
String inputParams = input([message: "Continue with apply?", submitter: "foo,bar", submitterParameter: "approver"])
This all works as expected when the Approve button is clicked in the standard main project page. However, when the link that shows up in the unified Console Output is used to approve the build, inputParams becomes a null value.
- duplicates
-
JENKINS-40594 submitterParameter does not work without at least one actual parameter
- Resolved