From 6e1a8fae9e2f148e277908cbfe9099a02a6bc99c Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 14 Sep 2024 22:37:28 +0200 Subject: [PATCH] [Build] Clean native agent workspace after build --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3a434ab1f0..0dfaabdae2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -216,6 +216,7 @@ pipeline { dir('libs') { stash "equinox.binaries.${PLATFORM}" } + cleanWs() // workspace not cleaned by default } dir("libs/${PLATFORM}") { unstash "equinox.binaries.${PLATFORM}"