Updated Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-12 03:23:43 -05:00
parent 49e1cb1fee
commit 1fb2903edb

1
Jenkinsfile vendored
View File

@ -4,7 +4,6 @@ pipeline {
stage("cleanup") {
steps {
cleanWs(patterns: [[pattern: 'publish/**', type: 'INCLUDE']])
cleanWs(patterns: [[pattern: 'world/', type: 'INCLUDE']])
}
}
stage("server launch test") {