Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: groovy-postbuild-plugin
-
Labels:None
-
Similar Issues:
Description
The plugin is realy great, but because it exposes internal hudson objects to the enduser. Therefore we are not allowed to use it in our secure environment.
This issue could be mitigated by allowing the systemadminstrator (hudson admin) to disable the exposing of 'hudson', 'buil' and 'listener' references.
Attachments
Issue Links
- is related to
-
JENKINS-15212 More flexible and effective security for Groovy Postbuild
-
- Resolved
-
hudson.model.Hudson.instance.doQuietDown() works just fine, security or not.
Maybe take a look at how email-ext resolved
JENKINS-15213?