From b14442d722ea70d01478851a245af72b30c09e99 Mon Sep 17 00:00:00 2001 From: Hongyu Liu Date: Fri, 4 Jul 2025 19:38:21 +0200 Subject: [PATCH] corrects typo for TGC-ISS repo checkout in Jenkinfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6affa0f..a9e6822 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,7 +137,7 @@ pipeline { } } } - stage("Checkout TGC-ISS TGC-Compliance and TGC-GEN"){ + stage("Checkout TGC-ISS TGC-Compliance and TGC-GEN") { steps { sh 'rm -rf * .??* ' checkout_iss_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop") @@ -148,8 +148,8 @@ pipeline { checkout_iss_project("https://git.minres.com/TGFS/TGC-GEN.git", "develop") } } - } - stages{ + } + stage("start to check") { sh 'pwd' } }