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