I am using jenkins 2.73 with blueocean pipeline , trying role based 
authentication support .  

Here is Jenkins file syntax for submittor for manually approved step :
 
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
input(message: 'Do you want to proceed', id: 'yes', ok: 'yes', submitter: "
developer", submitterParameter: "developer")
}
} } }
created globle role developer and assign role to login user . 
Above syntax works if i give comma separated list of users for submitter 
parameter 
.
But its not work role "developer" . Appreciate your help to resolve above 
issue . 

Getting error message as : "You need to be developer to submit this" 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4efaa778-bb57-46db-a791-1e6b314732ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to