From 57fff5c09b919d718211c96e4573af8346e7ea20 Mon Sep 17 00:00:00 2001 From: Hongyu Liu Date: Fri, 4 Jul 2025 20:06:47 +0200 Subject: [PATCH] updates for TGC-ISS in Jenkinfile --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a1cf0fe..674131c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,8 +137,7 @@ pipeline { } } } - stages{ - 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") @@ -151,7 +150,7 @@ pipeline { } } - stage("Generate cores and build TGC-ISS"){ + stage("Generate cores and build TGC-ISS"){ steps { sh 'pwd' sh 'conan profile detect --force' @@ -177,7 +176,6 @@ pipeline { */ } } - } stage("start to check") { steps {