Delete world folders in Jenkinsfile.
This commit is contained in:
parent
7d78c4715c
commit
d11b607267
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,6 +4,7 @@ pipeline {
|
||||
stage("cleanup") {
|
||||
steps {
|
||||
cleanWs(patterns: [[pattern: 'publish/**', type: 'INCLUDE']])
|
||||
cleanWs(patterns: [[pattern: 'world/', type: 'INCLUDE']])
|
||||
}
|
||||
}
|
||||
stage("server launch test") {
|
||||
|
Loading…
Reference in New Issue
Block a user