Remove generated files before publishing in Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-12 02:59:29 -05:00
parent c601ae9695
commit f88bda1b4b

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
branch "**/master"
}
steps {
sh "git clean -fdX"
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'