Jenkins Security
In Jenkins, you have the ability to setup users and their relevant permissions on the Jenkins instance. By default, you will not want everyone to be able to define jobs or other administrative tasks in Jenkins. So Jenkins has the ability to have a security configuration in place.
To configure Security in Jenkins, follow the steps given below.
Step 1
Click on Manage Jenkins and choose the ‘Configure Global Security’ option.

Step 2
Click on Enable Security option. As an example, let’s assume that we want Jenkins to maintain its own database of users, so in the Security Realm, choose the option of ‘Jenkins’ own user database’.
By default you would want a central administrator to define users in the system, hence ensure the ‘Allow users to sign up’ option is unselected. You can leave the rest as it is for now and click the Save button.

Step 3
You will be prompted to add your first user. As an example, we are setting up an admin user for the system.

Step 4
It’s now time to setup your users in the system. Now when you go to Manage Jenkins, and scroll down, you will see a ‘Manage Users’ option. Click this option.

Step 5
Just like you defined your admin user, start creating other users for the system. As an example, we are just creating another user called ‘user’

Step 6
Now it’s time to setup your authorizations, basically who has access to what. Go to Manage Jenkins → Configure Global Security.
Now in the Authorization section, click on ‘Matrix based security’











Join the conversation! Your thoughts help the community grow.