-
Improvement
-
Resolution: Unresolved
-
Major
-
None
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.