Updated Jenkinsfile.
This commit is contained in:
parent
38ddc8ae98
commit
9708ae254b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -22,6 +22,7 @@ pipeline {
|
|||||||
stage("publish") {
|
stage("publish") {
|
||||||
steps {
|
steps {
|
||||||
sh "git clean -dfX"
|
sh "git clean -dfX"
|
||||||
|
sh "rm -r server/world"
|
||||||
zip archive: true, dir: 'curseforge', exclude: '', glob: '', zipFile: 'publish/RSEMCS.zip'
|
zip archive: true, dir: 'curseforge', exclude: '', glob: '', zipFile: 'publish/RSEMCS.zip'
|
||||||
zip archive: true, dir: 'server', exclude: '', glob: '', zipFile: 'publish/RSEMCS_server.zip'
|
zip archive: true, dir: 'server', exclude: '', glob: '', zipFile: 'publish/RSEMCS_server.zip'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user