-
Bug
-
Resolution: Unresolved
-
Major
build flow allows to run arbitrary Groovy code as flow DSL. Can be used by a user with "Job.CONFIGURE" permission to kill the instance :
b = build("someJob") b.project.parent.doQuietDown()
build flow allows to run arbitrary Groovy code as flow DSL. Can be used by a user with "Job.CONFIGURE" permission to kill the instance :
b = build("someJob") b.project.parent.doQuietDown()