> On 28.04.2016, at 04:23, Lionel Orellana <[email protected]> wrote: > > How can I restrict who can actually approve a manual (i.e. input) step in a > pipeline? If I have a "Deploy to PROD" step I only want people with a > particular role to be able to approve. Am I going about it the wrong way? >
'input' accepts an optional parameter 'submitter' that is the group or user allowed to respond to the input request. If your role maps to a group in Jenkins, that's what you should be able to specify there. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/E54FB9C5-A5DC-4927-BFDC-7194636B7B71%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
