Skip to content

Instantly share code, notes, and snippets.

@tolleiv
Created July 25, 2017 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tolleiv/44e45d4a952f6320554ef968548391b6 to your computer and use it in GitHub Desktop.
Save tolleiv/44e45d4a952f6320554ef968548391b6 to your computer and use it in GitHub Desktop.
Groovy snippet to abort a build without removing it....
Jenkins.instance.getItemByFullName("JobName").getBuildByNumber(JobNumber).finish(hudson.model.Result.ABORTED, new java.io.IOException("Aborting build"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment