From 65a10144a7d47aedcd2ccd52d9dfa638dd0ab268 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 13 Sep 2016 02:57:10 +0200 Subject: [PATCH] Jenkinsfile: "The current scope already contains a variable of the name executions" --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1258925a..2c8beafd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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]