-
New Feature
-
Resolution: Fixed
-
Minor
-
None
JENKINS-44721 added the ability for jobs leveraging withMaven() to be triggered by jobs that deploy SNAPSHOT dependencies. There should be an option for specific jobs to NOT trigger any downstream jobs. The use case here is specific jobs that many other jobs depend on can cause an "avalanche" of builds every time they build.
I would imagine the call in the Jenkinsfile to look something like:
properties( [skipDownstreamJobTrigger()] ) // /!\ WARNING NOT THE DEFINITIVE SYNTAX. SEE DOCS