-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
jenkins : 1.504
plug-in warning : 4.35
we have several users and one admin.
admin guy (myself) create some parser.
it would be great if it could be possible for a user to choose a parser and being able to modify it (locally for its job). or even create a new one.
because it is annoying to provide administrative right to users only for the parser creation.
[JENKINS-52237] being able to configure a new parser with groovy script directly from the job configuration
Component/s | New: warnings-ng-plugin [ 24526 ] | |
Component/s | Original: warnings-plugin [ 15513 ] |
Rank | New: Ranked higher |
Rank | New: Ranked higher |
Rank | New: Ranked higher |
It is in the admin section due to security reasons: the script can basically do anything on your system so it is only safe to be checked by an admin.
I think we found a secure workaround for this: I will prohibit Groovy parsers to scan the console log. They are permitted only to scan files on the agent. Then only an agent might be compromised by a not well behaving script.