Jenkins settings updated
This commit is contained in:
parent
2258562d82
commit
c5145dbe64
|
@ -51,10 +51,12 @@ pipeline {
|
|||
stage('Package') {
|
||||
steps {
|
||||
sh 'make package'
|
||||
sh 'make export-maps ARGS="--map=/Game/Carla/Maps/Town06 --file=Town06"'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts 'Dist/*.tar.gz'
|
||||
archiveArtifacts 'ExportedMaps/*.tar.gz'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
0.9.1: 1IZDzNQNVL67h8UlGyKuGegLH612Ifd7H
|
||||
0.9.2: 1RKRGB22U5t80q4zwYXBJvxQXhzNjaaDf
|
||||
0.9.3: 1jJlStNHpey62CrMkWVfmtQcJGO7PaD0R
|
||||
Latest: 1LA1dLOozATCaJryqT7U_nOBR_nPVnBC8
|
||||
Latest: 1jSrhk8yTk_bS1UVAZfkIqtlAJ3lCoI9b
|
||||
|
|
Loading…
Reference in New Issue