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
Post a Comment