-
New Feature
-
Resolution: Fixed
-
Minor
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' )