From 36687e24af4969136cfd20cfb62cf0fb710df17a Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 2 Apr 2024 15:49:49 +0200 Subject: [PATCH] disable cleanws temporary for debug --- ci/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 68b49b4..7fb6947 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -61,9 +61,9 @@ pipeline { } } } } - post { - always { cleanWs() } - } +// post { +// always { cleanWs() } +// } } def buildExample(example=STAGE_NAME) {