1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user