jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-9105] Parameterized plugin should have an option to support "block until downstream projects finish"
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Consider the following example:
Project A triggers (parameterized) project B which has a downstream project C.
Only after project C is finished project A should trigger other projects.
Right now I can enable "block until project B completes", but it does not wait for project C to complete.
It would make it easier to have one project calling multiple other projects, that each has one or more downstream projects.
---
Originally reported by fredg, imported from: Parameterized plugin should have an option to support "block until downstream projects finish"
Raw content of original issue
Consider the following example:
Project A triggers (parameterized) project B which has a downstream project C.
Only after project C is finished project A should trigger other projects.Right now I can enable "block until project B completes", but it does not wait for project C to complete.
It would make it easier to have one project calling multiple other projects, that each has one or more downstream projects.
Contributor guide
Assessment
This issue has not been assessed yet.