How can I ask jenkins to execute one job before another job? -


i create many jobs everyday, each of them depends on 1 job called baseline. may forget execute baseline job manually. want know if baseline job can executed automatically before target job executed.

what want : need 1 click target job, target job not start until baseline job scheduled , finished.

probably thing need "build project" in "post build actions".


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -