From 5681431abe7a7f3cd114c93efc655d341953c4ed Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 29 Dec 2018 09:28:33 +1000 Subject: [PATCH] cleanWs --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b53b83bf5..4421a466e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -99,9 +99,9 @@ pipeline { unstable { notifyBuild("Unstable Build") } -// always { -// cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']] -// } + always { + cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']] + } } } -- 2.39.5