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