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 {