corrects typo for TGC-ISS repo checkout in Jenkinfile

This commit is contained in:
2025-07-04 19:40:28 +02:00
parent b14442d722
commit 9249f34038

2
Jenkinsfile vendored
View File

@ -150,9 +150,11 @@ pipeline {
} }
} }
stage("start to check") { stage("start to check") {
steps {
sh 'pwd' sh 'pwd'
} }
} }
}
/* /*
post { post {
failure { failure {