Jenkinsfile: Fix unstashing for testing.

This commit is contained in:
/dev/urandom 2016-09-13 07:15:22 +02:00
parent baf1107a18
commit d6eed08017
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

2
Jenkinsfile vendored
View File

@ -142,7 +142,7 @@ stage("Testing") {
{ {
def configuration = configurations[i] def configuration = configurations[i]
executions["$configuration"] = { executions["$configuration"] = {
doUnitTests("IW4x $configuration with unit tests") doUnitTests("IW4x $configuration (unit tests)")
} }
} }
parallel executions parallel executions