From d6eed080177258df25eaa756cad44e3242f14925 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 13 Sep 2016 07:15:22 +0200 Subject: [PATCH] Jenkinsfile: Fix unstashing for testing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 19ad9427..b3600f8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -142,7 +142,7 @@ stage("Testing") { { def configuration = configurations[i] executions["$configuration"] = { - doUnitTests("IW4x $configuration with unit tests") + doUnitTests("IW4x $configuration (unit tests)") } } parallel executions