I use scripted pipelines I would like certain builds to abort early. (1) if it is just a branch creation event, (2) if the commit message is "bump" and (3) if the only change was in certain submodules.
I think I know all the pieces to make this work -- I can write a tool that could determine if a build was needed or not. What I don't know is what is the best way to abort the pipeline. Do I set the currentBuild.status and return? Or do I need to wrap all of the subsequent stages in an if? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5a5fa1aa-23ae-4515-9695-b2888f43fec1n%40googlegroups.com.
