Added cleanup stage in Jenkinsfile.
This commit is contained in:
parent
d513d3f6b5
commit
7d78c4715c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,6 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("cleanup") {
|
||||
steps {
|
||||
cleanWs(patterns: [[pattern: 'publish/**', type: 'INCLUDE']])
|
||||
}
|
||||
}
|
||||
stage("server launch test") {
|
||||
steps {
|
||||
dir('server') {
|
||||
|
Loading…
Reference in New Issue
Block a user