diff --git a/Jenkinsfile b/Jenkinsfile index 2c811d7..6e09c60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,11 +20,8 @@ pipeline { } } stage("publish") { - when { - branch "**/master" - } steps { - sh "git clean -fdX" + sh "git clean -dfX" 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'