corrects typo for TGC-ISS repo checkout in Jenkinfile

This commit is contained in:
2025-07-04 19:38:21 +02:00
parent 58e2dcfaf8
commit b14442d722

4
Jenkinsfile vendored
View File

@ -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")
@ -149,7 +149,7 @@ pipeline {
}
}
}
stages{
stage("start to check") {
sh 'pwd'
}
}