jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-25794] Possibility to trigger a job with all available parameters

Open
#616 2 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin enhancement imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
77
Forks
174
Avg merge
22h 27m
Merged PRs (30d)
1

Description

I have a job with choice parameter to specify an ant target (target=test or target=productive or target=release). Based on this target the job checks out the project into a specific directory and calls this target.

Now I want to use parametrized-trigger-plugin to trigger the job 3 times with all 3 parameters. This is possible but the I have to add the trigger-instruction 3 times (see screen_settings.png for sample job settings) and I don't see the parameters in the overview-page (see screen_job.png). I think this could be improved. It would be nice if there was the possibility to set multiple values for one predefined parameter key, or (even better) if it was possible to specify that all available values for a paramter should be triggered.

The problem right now is that I would have to maintain two jobs: The job that has the parameters for different ant targets and also the Build-All-Job (if the targets/parameters change). Maybe there's already another plugin that does this or I'm doing something wrong?

Thanks for help in advance.

---
Originally reported by sjmk, imported from: Possibility to trigger a job with all available parameters


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

Raw content of original issue

I have a job with choice parameter to specify an ant target (target=test or target=productive or target=release). Based on this target the job checks out the project into a specific directory and calls this target.

Now I want to use parametrized-trigger-plugin to trigger the job 3 times with all 3 parameters. This is possible but the I have to add the trigger-instruction 3 times (see screen_settings.png for sample job settings) and I don't see the parameters in the overview-page (see screen_job.png). I think this could be improved. It would be nice if there was the possibility to set multiple values for one predefined parameter key, or (even better) if it was possible to specify that all available values for a paramter should be triggered.

The problem right now is that I would have to maintain two jobs: The job that has the parameters for different ant targets and also the Build-All-Job (if the targets/parameters change). Maybe there's already another plugin that does this or I'm doing something wrong?

Thanks for help in advance.

2 attachments

- [screen_job.png](https://issues.jenkins.io/secure/attachment/28083/screen_job.png)
> ![screen_job.png](https://issues.jenkins.io/secure/attachment/28083/screen_job.png)
- [screen_settings.png](https://issues.jenkins.io/secure/attachment/28084/screen_settings.png)
> ![screen_settings.png](https://issues.jenkins.io/secure/attachment/28084/screen_settings.png)

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.