Remove generated files before publishing in Jenkinsfile.
This commit is contained in:
parent
c601ae9695
commit
f88bda1b4b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user