I'm looking for a method to stop the execution of a Jenkins build. This job is composed by several python scripts, and I want to the first is able to stop it, according an argument passed to the build. I know stop one script, but how stop the entiere build ? Can I do that with python ? Or with a plugin ?
Thanks!