ci: add cleanWs back

This commit is contained in:
Anton Iakimov 2024-04-02 16:31:25 +02:00
parent cb54858412
commit a7594e60c1
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 3 additions and 3 deletions

6
ci/Jenkinsfile vendored
View File

@ -62,9 +62,9 @@ pipeline {
} } } }
} }
} }
// post { post {
// always { cleanWs() } always { cleanWs() }
// } }
} }
def buildExample(example=STAGE_NAME) { def buildExample(example=STAGE_NAME) {