corrects upper-/lower-case

This commit is contained in:
Eyck Jentzsch 2023-12-02 14:32:05 +01:00
parent fce49d68e1
commit ac9aa90ff2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -56,7 +56,7 @@ pipeline {
}
stages {
stage('tgc-VP pipeline') {
stage('TGC-VP pipeline') {
parallel {
stage('ubuntu20'){
agent {docker { image 'ubuntu-20.04' } }