mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-18 00:00:35 -05:00
[ci] asset stage tweaks (#1120)
This commit is contained in:
parent
d34a6d7666
commit
e88000aeb0
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
|||||||
timeout(time: 10)
|
timeout(time: 10)
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
label "SoH-Mac-Builders"
|
label "SoH-Asset-Builders"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
checkout([
|
checkout([
|
||||||
@ -23,7 +23,6 @@ pipeline {
|
|||||||
extensions: scm.extensions,
|
extensions: scm.extensions,
|
||||||
userRemoteConfigs: scm.userRemoteConfigs
|
userRemoteConfigs: scm.userRemoteConfigs
|
||||||
])
|
])
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
|
||||||
sh '''
|
sh '''
|
||||||
cp ../../ZELOOTD.z64 OTRExporter/baserom_non_mq.z64
|
cp ../../ZELOOTD.z64 OTRExporter/baserom_non_mq.z64
|
||||||
|
|
||||||
@ -32,6 +31,10 @@ pipeline {
|
|||||||
'''
|
'''
|
||||||
stash includes: 'soh/assets/**/*', name: 'assets'
|
stash includes: 'soh/assets/**/*', name: 'assets'
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
unsuccessful {
|
||||||
|
step([$class: 'WsCleanup']) // Clean workspace
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build SoH') {
|
stage('Build SoH') {
|
||||||
|
Loading…
Reference in New Issue
Block a user