-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-21327] replace RUN_SCRIPTS with a new Scriptler RUN permission #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new permission? This just seems even more confusing than before. I guess I do not follow where you are going with this.
tokenmacro_ScriptDoesNotExist = No script with the id [{0}] could be found. | ||
permissons_title = Scriptler | ||
permissons_run_description = allow execution of scritpler scripts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
@@ -65,6 +68,9 @@ | |||
private final static String ALL = "(all)"; | |||
private final static String ALL_SLAVES = "(all slaves)"; | |||
|
|||
public static final PermissionGroup SCRITPLER_PERMISSONS = new PermissionGroup(ScriptlerManagement.class, Messages._permissons_title()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
@jglick hmm, from my POV this is logical consequence if I want to allow some users (non admins) to execute/use scriptler scripts. |
@daniel-beck do you understand what @jglick is talking about? I really don't get it anymore some more context information in the answers would really help... |
Probably best to try to make scripts I hope I'll have the time in the next two weeks to investigate this further. |
Superseded by #32, I think. |
closing because of #32 |
this should replace the use of
RUN_SCRIPT
with a new Scriptler specificRUN
permisson