Add clearing stage

This commit is contained in:
jannisp 2021-08-30 13:46:35 +02:00
parent 533d9fbc4d
commit 6eac8ab633

4
Jenkinsfile vendored
View file

@ -1,4 +1,8 @@
node { node {
stage('Empty workspace') {
sh 'rm -rd *'
}
stage('Pull git') { stage('Pull git') {
checkout scm checkout scm
} }