-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: build-flow-plugin
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()