Jenkins: clean the workspace before starting

This commit is contained in:
Ștefan Talpalaru 2020-04-19 12:48:36 +02:00
parent a941a4fded
commit 82f28d7718
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
def runStages() {
try {
stage("Clone") {
cleanWs()
checkout scm
}