Jenkinsfile: "The current scope already contains a variable of the name executions"
This commit is contained in:
parent
71ca2f9a58
commit
65a10144a7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -127,7 +127,7 @@ parallel executions
|
|||||||
|
|
||||||
// Run unit tests on each configuration.
|
// Run unit tests on each configuration.
|
||||||
stage "Testing"
|
stage "Testing"
|
||||||
def executions = [:]
|
executions = [:]
|
||||||
for (int i = 0; i < configurations.size(); i++)
|
for (int i = 0; i < configurations.size(); i++)
|
||||||
{
|
{
|
||||||
def configuration = configurations[i]
|
def configuration = configurations[i]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user