-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: scriptler-plugin
-
None
Scriptler-plugin Jcasc permissions for role based security stopped working after release 3.5.
The following jcasc yaml file works for version 3.4
jenkins:
authorizationStrategy:
roleBased:
roles:
global:
- assignments:
- <some user>
name: "admin"
pattern: ".*"
permissions:
- "Scriptler/Configure"
- "Scriptler/RunScripts"
.....
Â
After release 3.5 Jenkins throws an internal server error on start up as it cannot map the Scriptler permissions. Going through the commits for the 3.5 release I found that the permisions are moved to a dedicated file - https://github.com/jenkinsci/scriptler-plugin/commit/be98485e8688ead6f1a6928043d82fc71a390e00