Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not A Defect
-
Jenkins 2.235.5, SLES 11.3, role-stategy-plugin 3.0
Description
Have created an Folder "Test" and a freestyle job dummy in it.
Have created an Item Role with regex "(Test/.*)" and all possible rights for Item Roles.
Have tested the link of the regex, Maching Project "Test/dummy" is shown.
Have assigned the role to a user and have restarted jenkins.
After login with the user, where the role is assigned, the folder is not shown and the user cannot create jobs.
"Have created an Item Role with regex "(Test/.)" and all possible rights for Item Roles.". "Test/." regular expression will not match the root folder, Jenkins does not append slash to the end of the path (it could be a good improvement though). Try doing "Test.*" instead