Add clearing stage
This commit is contained in:
parent
533d9fbc4d
commit
6eac8ab633
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,4 +1,8 @@
|
|||
node {
|
||||
stage('Empty workspace') {
|
||||
sh 'rm -rd *'
|
||||
}
|
||||
|
||||
stage('Pull git') {
|
||||
checkout scm
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue