Refactor Jenkinsfile to cleanup artifacts before GemFire files.

This commit is contained in:
John Blum
2023-05-12 13:02:14 -07:00
parent b6680601c8
commit d67de480f9

2
Jenkinsfile vendored
View File

@@ -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) { }