From b586cc17dffe62a0e7aefb130795de182b1263c9 Mon Sep 17 00:00:00 2001 From: iancumatei67 <127155074+iancumatei67@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:37:00 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8fb6a4b51..8069e80af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,11 +63,7 @@ pipeline { } } - post { - always { - cleanWs() // Clean workspace after the pipeline execution - } - } -} + + } }