jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-31044] Asynchronous wait for job completion
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
It would be really useful, if the plugin would support some kind of way to asynchronously wait for the started jobs to finish, i.e. to
- (plugin) kick-off the jobs (but don't wait until they're done)
- continue with current job
- (plugin) wait for previously started jobs to finish to get status and build numbers
- continue with current job
This would increase performance in cases, where the build steps executed by the job using the plugin cannot be moved to a different job for parallel execution or in case multiple jobs need to be triggered with different parameter sets.
---
Originally reported by rschuetz, imported from: Asynchronous wait for job completion
Raw content of original issue
It would be really useful, if the plugin would support some kind of way to asynchronously wait for the started jobs to finish, i.e. to
- (plugin) kick-off the jobs (but don't wait until they're done)
- continue with current job
- (plugin) wait for previously started jobs to finish to get status and build numbers
- continue with current job
This would increase performance in cases, where the build steps executed by the job using the plugin cannot be moved to a different job for parallel execution or in case multiple jobs need to be triggered with different parameter sets.
Contributor guide
Assessment
This issue has not been assessed yet.