jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-31044] Asynchronous wait for job completion

Open
#646 1 comment 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
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



  1. (plugin) kick-off the jobs (but don't wait until they're done)

  2. continue with current job

  3. (plugin) wait for previously started jobs to finish to get status and build numbers

  4. 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


  • assignee: huybrechts
  • status: Open
  • priority: Minor
  • component(s): parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 3
  • watchers: 3
  • imported: 2025-12-07

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



  1. (plugin) kick-off the jobs (but don't wait until they're done)

  2. continue with current job

  3. (plugin) wait for previously started jobs to finish to get status and build numbers

  4. 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.