continuous integration - How to trigger a build dependent on 2 upstream jobs in Jenkins? -


i wondering if there way trigger job dependent on 2 (or more) upstream jobs in jenkins? right now, if add 2 jobs upstream trigger, seems "or condition". want evaluate "and condition" . possible do?

the build flow plugin should let this.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -