Trigger Jenkins Build with "Poll SCM" AND "Build after other projects are built" -


i'd trigger nightly cq build if last commit build successful.

currently have cq build being triggered scm poll @ midnight, include additional condition build (the last commit build) successful. because makes no sense letting slow cq build run inevitably fail.

the build triggers section of build have multiple ways of triggering build including when build finished, far can tell these triggers happen if 1 of them selected want , "build after other projects built" , "poll scm" conditions together.

i've looked @ https://wiki.jenkins-ci.org/display/jenkins/conditional+buildstep+plugin that's putting conditions on build step, not conditionally triggering build whole. , https://wiki.jenkins-ci.org/display/jenkins/parameterized+trigger+plugin that's launching build another.

does know how this?

regards, phil.

i think want build result trigger plugin


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -