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