continuous integration - Is it possible to trigger dependent job in Jenkins BEFORE main job starts? -


there few jobs: a, b , others. a depends b, i.e a job triggers b one, no vice versa. a , b cannot run simultaneously.

so, problem jobs lock each other: a waits while b finished, when b can't start, because a started (is waiting completion of b).

is possible trigger b job before a job starts?

up- , downstream features , found plugins can't solve issue. other jobs can start b job too. of jobs have not artifact dependencies.

any ideas?

try parameterized trigger plugin

post build action -> trigger parametrized build on other project


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -