diff --git a/Jenkinsfile b/Jenkinsfile index eeb3384..2c811d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ pipeline { stage("cleanup") { steps { cleanWs(patterns: [[pattern: 'publish/**', type: 'INCLUDE']]) - cleanWs(patterns: [[pattern: 'world/', type: 'INCLUDE']]) } } stage("server launch test") {