'User is missing the Overall/Read permission' error with Jenkins GitHub OAuth Plugin

后端 未结 19 1935
天命终不由人
天命终不由人 2020-12-08 04:24

I\'m using the github oauth plugin for our logins but for all of our users in the Organisation I get an error:

Access Denied

 is missing the Ov         


        
19条回答
  •  一向
    一向 (楼主)
    2020-12-08 04:50

    Edit file /var/lib/jenkins/config.xml and add the following lines :

      
        hudson.model.Hudson.Read:john.smith
       
    

    Restart Jenkins

提交回复
热议问题