From a7594e60c1183a8bf63fc2fa353854d47ea8fc44 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 2 Apr 2024 16:31:25 +0200 Subject: [PATCH] ci: add cleanWs back --- ci/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 87680a2..0c04093 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -62,9 +62,9 @@ pipeline { } } } } -// post { -// always { cleanWs() } -// } + post { + always { cleanWs() } + } } def buildExample(example=STAGE_NAME) {