Reputation: 35
I'm looking for another way to manage users roles in Jenkins. Until now I'm using Role Strategy Plugin but it's highly inconvinient solution having many roles and users: priviliges table turned into one giant indecipherable matrix. Is there any way to connect this plugin to an external SQL db, where I could store users and their privileges and change them using queries? Or mabye somehow turning it into DSL job is the solution?
Upvotes: 0
Views: 345
Reputation: 3661
You could possibly use the Active Directory plugin to manage users and roles.
Jenkins stores its information in xml files.
AFAIA, Jenkins doesn't have any plugins to integrate with databases.
Upvotes: 2