-
Improvement
-
Resolution: Unresolved
-
Major
-
None
an example pipeline
... def myBuild = build ... ...
`myBuild` ends up in as `org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper`.
The way to get downstream build log would be by `myBuild.rawBuild...` but `rawBuild` is not whitelisted in the script security plugin. Also in the console where it can be allowed I see
signature : method org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper getRawBuild Approving this signature may introduce a security vulnerability! You are advised to deny it.
So my request is to allow somehow getting the downstream build log without security risks.
Thank you!
- links to
[JENKINS-46376] Allow getting log through RunWrapper
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Assignee | New: Andrew Bayer [ abayer ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR #51 (Web Link)" [ 19780 ] |
Status | Original: In Review [ 10005 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Assignee | Original: Andrew Bayer [ abayer ] |