jenkins - Triggering a Hudson job when all upstream jobs are completed? -


i have 3 jobs a,b,c. job c has upstream dependency on job , job b. both job , b can run in pararllel. want job c should triggered when job , job b completed. there existing plug-in can use? using hudson 3.0.1

from other posts here figured out there existing plug-in in jenkins called build-flow plug-in(https://wiki.jenkins-ci.org/display/jenkins/build+flow+plugin) provides functionality. there plug-in existing in hudson provides same functionality ? or can reuse plug-in hudson ?

try build pipeline plugin,this may want.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -