> On 28.04.2016, at 04:23, Lionel Orellana <
lion...@gmail.com> 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.