disable cleanws temporary for debug

This commit is contained in:
Anton Iakimov 2024-04-02 15:49:49 +02:00
parent d3bc2fed70
commit 36687e24af
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

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