From d67de480f9c046d7fbf3c060f35e03cfa108e7d1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 12 May 2023 13:02:14 -0700 Subject: [PATCH] Refactor Jenkinsfile to cleanup artifacts before GemFire files. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 140e34a3..a5770320 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,8 +34,8 @@ pipeline { // Cleanup any prior build system resources try { sh "echo 'Clean up GemFire/Geode files & build artifacts...'" - sh "ci/cleanupGemFiles.sh" sh "ci/cleanupArtifacts.sh" + sh "ci/cleanupGemFiles.sh" } catch (ignore) { }