Jenkinsfile: "The current scope already contains a variable of the name executions"

This commit is contained in:
/dev/urandom 2016-09-13 02:57:10 +02:00
parent 71ca2f9a58
commit 65a10144a7
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

2
Jenkinsfile vendored
View File

@ -127,7 +127,7 @@ parallel executions
// Run unit tests on each configuration.
stage "Testing"
def executions = [:]
executions = [:]
for (int i = 0; i < configurations.size(); i++)
{
def configuration = configurations[i]