-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 1.609
Workflow 1.5
I setup two freestyle jobs Job 1 and Job 2. Job 2 is a downstream job of Job 1 (Job 1 builds Job 2 as a post build action). Job 2 always fails.
I setup a Workflow project with:
build job: 'Job 1', propagate: true, wait: true
Even if propagate and wait are set to true, my workflow project never waits for Job 2 completion and thus never fails.
- duplicates
-
JENKINS-33837 Option to wait for transitive downstream builds to complete
-
- Resolved
-