Jenkinsfile: Fix map syntax error.

This commit is contained in:
/dev/urandom 2016-09-13 23:07:48 +02:00
parent 0531ac6d2d
commit afbd8f13ca
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

4
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ def useShippedPremake(f) {
} }
def getIW4xExecutable() { def getIW4xExecutable() {
step [ step([
$class: 'CopyArtifact', $class: 'CopyArtifact',
filter: '*', filter: '*',
fingerprintArtifacts: true, fingerprintArtifacts: true,
@ -60,7 +60,7 @@ def getIW4xExecutable() {
fallbackToLastSuccessful: true, fallbackToLastSuccessful: true,
upstreamFilterStrategy: 'UseGlobalSetting' upstreamFilterStrategy: 'UseGlobalSetting'
] ]
] ])
} }
// This will build the IW4x client. // This will build the IW4x client.