From e2153ee022e4cbfdfbb54b085a76327fb14a5d4b Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 12 May 2022 03:51:21 -0500 Subject: [PATCH] Explicitly remove world folder. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7a8b95f..2c11a37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,7 @@ pipeline { stage("publish") { steps { sh "git clean -dfX" + 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' }