jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-18486] When providing multiple jobs to run, support running them one after another and not all together

Open
#567 4 comments 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

When I set the "Projects to build" to a multiple list of jobs, I'd like the option to run them serialized and not parallel.

A use case:



  • I set the "Projects to build" to jobs A,B,C.

  • Job B needs the output of an action from job A and C needs from A and B.

Chaining them hard coded in not acceptable as the "Projects to build" chain is dynamic and is a parameter itself.

---
Originally reported by eldada, imported from: When providing multiple jobs to run, support running them one after another and not all together


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

Raw content of original issue

When I set the "Projects to build" to a multiple list of jobs, I'd like the option to run them serialized and not parallel.

A use case:



  • I set the "Projects to build" to jobs A,B,C.

  • Job B needs the output of an action from job A and C needs from A and B.

Chaining them hard coded in not acceptable as the "Projects to build" chain is dynamic and is a parameter itself.

  • environment: All

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.