From 0c5001d8d9ca28a81d3f4198e13c87e0ca9b4b54 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Mon, 28 Oct 2024 13:19:13 -0500 Subject: [PATCH] jenkins may have files from previous builds (#348) --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3c836114..00f7c188 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,8 @@ pipeline { prepareBuild() sh ''' echo "Setting up the environment" + echo "Jenkins may have left over files from previous builds" + git clean -df ''' } }