-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: pipeline-input-step-plugin
Hello,Â
In my Jenkin pipeline, I have a input step but I noticed that even if the submitter name is not same as user; the user can still abort the job. I want only the specific submitter can proceed/abort.

Â
Here is the code.Â
def userInput = input(             message: 'Do you approve?',             submitter: 'shakti-view',             ok: 'Approve'           )