fixes CentOS7 build and RL8 image name

This commit is contained in:
2023-12-02 11:12:28 +01:00
parent 833b12752a
commit cb4e04b634
2 changed files with 5 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -87,7 +87,7 @@ pipeline {
}
}
stage('RockyLinux8'){
agent {docker { image 'rocky8' } }
agent {docker { image 'rockylinux8' } }
stages {
stage('Checkout on Ubuntu') { steps {checkout_tgc_vp()}}
stage('Build') { steps {build_tgc_vp()}