From 07f5aab13d15b76023a926470e81a49226c7a3d3 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 99c84b5cf6..615923b9a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -215,6 +215,7 @@ pipeline { dir('libs') { stash "equinox.binaries.${PLATFORM}" } + cleanWs() // workspace not cleaned by default } dir("libs/${PLATFORM}") { unstash "equinox.binaries.${PLATFORM}"