From 45e5ab6133d9c2577228a60c2a65c0dcb82e1e13 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Thu, 11 Jul 2024 11:26:54 +0200 Subject: [PATCH] cleans repo before checkout --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3eae5d6..7e0f85c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,7 @@ pipeline { stages{ stage("Checkout TGC-Compliance and TGC-GEN"){ steps { + sh 'rm -rf * .??* ' checkout_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop") dir("TGC-COMPLIANCE"){ checkout_project("https://git.minres.com/TGFS/TGC-COMPLIANCE.git", "master")