Skip to content

Instantly share code, notes, and snippets.

Jenkins.instance.getItemByFullName("group/pipeline")
.getBuildByNumber(8094)
.finish(hudson.model.Result.ABORTED, new java.io.IOException("Aborting build"));