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

4
Jenkinsfile vendored
View File

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