Below you will find pages that utilize the taxonomy term “Authorization”
Posts
Jenkins Role Based Access
Jenkins out of the box do not have Role based access support. But when using Jenkins in an organization we need to separate the access to different jenkins pipelines based on the user groups. For example developers should not have the access to production related pipelines.
Fortunately there is a Jenkins plugin called “Role-based Authorization Strategy” to facilitate exactly this. It has bit of a complex workflow, but it provides the feature we need :).