Jenkinsfile: Fix map syntax error.
This commit is contained in:
parent
0531ac6d2d
commit
afbd8f13ca
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -49,7 +49,7 @@ def useShippedPremake(f) {
|
||||
}
|
||||
|
||||
def getIW4xExecutable() {
|
||||
step [
|
||||
step([
|
||||
$class: 'CopyArtifact',
|
||||
filter: '*',
|
||||
fingerprintArtifacts: true,
|
||||
@ -60,7 +60,7 @@ def getIW4xExecutable() {
|
||||
fallbackToLastSuccessful: true,
|
||||
upstreamFilterStrategy: 'UseGlobalSetting'
|
||||
]
|
||||
]
|
||||
])
|
||||
}
|
||||
|
||||
// This will build the IW4x client.
|
||||
|
Loading…
Reference in New Issue
Block a user