Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Duplicate
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
JENKINS-40594 submitterParameter does not work without at least one actual parameter
-
- Resolved
-
Sounds the same as
JENKINS-40594except you claim it sometimes works, whereas I think the original issue is that it never works.