User access in Jenkins, How can I give someone access to only see jobs.
I want to setup a admin and everyone else can only see jobs. can someone please tell me how to do this
Enable Role-Based Strategy on JenkinsStep 1: After Plugin installation, go to the 'Manage Jenkins' and then click on 'Configure Global Security'. Check on Enable security option. Step 2: On the Security Realm section, select 'jenkins' own user database'. On Authorization section, select 'Role-Based Strategy'.
Jenkins access control is split into two parts: Authentication (users prove who they are) is done using a security realm. The security realm determines user identity and group memberships. Authorization (users are permitted to do something) is done by an authorization strategy.
The Jenkins Wiki has a good explanation of how this is done: Standard Security Setup.
Essentially you do this:
Go to "Manage Jenkins" -> "Configure System" and under "Authorization" choose "Matrix-based security". You can then configure exactly what each user should be able to do.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With