jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-43139] Add ParameterFactories invoke i=0...N builds replace sub parameters
- 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
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
Assessment
This issue has not been assessed yet.