cleans repo before checkout

This commit is contained in:
Eyck-Alexander Jentzsch 2024-07-11 11:26:54 +02:00
parent 8811f13d1c
commit 45e5ab6133
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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")