corrects upper-/lower-case
This commit is contained in:
parent
fce49d68e1
commit
ac9aa90ff2
|
@ -56,7 +56,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('tgc-VP pipeline') {
|
stage('TGC-VP pipeline') {
|
||||||
parallel {
|
parallel {
|
||||||
stage('ubuntu20'){
|
stage('ubuntu20'){
|
||||||
agent {docker { image 'ubuntu-20.04' } }
|
agent {docker { image 'ubuntu-20.04' } }
|
||||||
|
|
Loading…
Reference in New Issue