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