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() {
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user