Revert "Updated Jenkinsfile."

This reverts commit 70afaa8fe2.
This commit is contained in:
Harrison Deng 2022-05-12 03:59:13 -05:00
parent e2153ee022
commit 37b28f0525

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
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'
}
}
}