Cleaning workspace

This commit is contained in:
Artur Nowakowski 2020-04-03 13:34:02 +02:00
parent 35676be331
commit 8af81a94d5

4
Jenkinsfile vendored
View File

@ -38,7 +38,9 @@ pipeline {
} }
} }
stage('Clean Workspace'){ stage('Clean Workspace'){
cleanWs() steps{
cleanWs()
}
} }
} }
} }