how to make two build triggers to work one after the other -


i have job , job b. job b triggered job a. not want job b start if there no code change in job b. use "poll scm" build trigger.

how can make work?

refrased question: job must trigger job b, job b must run when there scm changes job b. how configure this?

so, job , job b have different code bases, somehow related , thus, dependency between jobs exists. downstream-ext plugin can this: supports "extended configuration triggering downstream builds: trigger build if downstream job has scm changes".


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -