Working with Users and Roles in Jenkins


  • START Jenkins
  • Login as admin
  • Manage Jenkins
  • Create Users - Manage Jenkins - Manage Users - create users - give details
  • Configure user - Login with user - drop down for user - configure - see all details.
  • Assign roles for users - Roles to provide for the users - plugin (Role Strategy Plugin).
  • Download plugin from jenkins site and place in plugins and restart jenkins or add via manage jenkins - plugin manager - install plugin and restart jenkins.
  • Manage Jenkins - configure global security - Authorization - Role-Based Startegy. 
  • Login as Admin - manage jenkins - manage and assign roles - project level add roles like developer patern dev.* , tester pattern test.* - save - global roles
  • Assign roles on both levels.


Reacties