fixes CentOS7 build and RL8 image name
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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()}
|
||||
|
Reference in New Issue
Block a user