updates for TGC-ISS in Jenkinfile

This commit is contained in:
2025-07-04 20:06:47 +02:00
parent e39264632f
commit 57fff5c09b

6
Jenkinsfile vendored
View File

@ -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 {