jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-43139] Add ParameterFactories invoke i=0...N builds replace sub parameters

Open
#716 0 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

I have a parameters on the builds as 

RunThisTest1=abc

RunThisTest2=def

RunThisTest3=ghi

TestCount=3

 

Invoke i=0..N builds setup is as follows

From: 1

To: $TestCount

Step: 1

Parameters: RunThisTest=${RunThisTest${TestCount}}

 

Need to run the build parameters replacement functionality twice to get the values with sub parameters replaced.

 

 

 

---
Originally reported by gilstrac, imported from: Add ParameterFactories invoke i=0...N builds replace sub parameters


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

Raw content of original issue

I have a parameters on the builds as 

RunThisTest1=abc

RunThisTest2=def

RunThisTest3=ghi

TestCount=3

 

Invoke i=0..N builds setup is as follows

From: 1

To: $TestCount

Step: 1

Parameters: RunThisTest=${RunThisTest${TestCount}}

 

Need to run the build parameters replacement functionality twice to get the values with sub parameters replaced.

 

 

 

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.