jenkinsci / jenkinsci/script-security-plugin
[JENKINS-24791] Page to approve / deny scripts should contain links to jobs
- Dominant language
- Java
- Stars
- 76
- Forks
- 181
- Avg merge
- 14h 55m
- Merged PRs (30d)
- 3
Description
I'm using the same Groovy script in multiple jobs, some of which I'd like to approve while others not. Currently, it's not possible to tell which script entry to approve / deny is coming from which job. Please add a link back to the job, and maybe also say something about where in the job the script is used (build step, post-build etc.). The header of a script to review could then e.g. look like
[Approve] / [Devy] Groovy post-build script:
for scripts from the Groovy post-build plugin or
[Approve] / [Devy] Groovy build step script:
for script from the Groovy plugin.
---
Originally reported by
sschuberth, imported from: Page to approve / deny scripts should contain links to jobs
jglick
Raw content of original issue
I'm using the same Groovy script in multiple jobs, some of which I'd like to approve while others not. Currently, it's not possible to tell which script entry to approve / deny is coming from which job. Please add a link back to the job, and maybe also say something about where in the job the script is used (build step, post-build etc.). The header of a script to review could then e.g. look like
[Approve] / [Devy] <a href="link to job">Groovy post-build script:</a>
for scripts from the Groovy post-build plugin or
[Approve] / [Devy] <a href="link to job">Groovy build step script:</a>
for script from the Groovy plugin.
Contributor guide
Assessment
This issue has not been assessed yet.