Commit 5cb85c3f authored by Robert Schmidt's avatar Robert Schmidt

Switch to RHEL8-Cluster-Image-Builder in RAN-Container-Parent

parent 28487ee2
...@@ -136,16 +136,16 @@ pipeline { ...@@ -136,16 +136,16 @@ pipeline {
} }
} }
} }
stage ("RHEL8 Build") { stage ("RHEL8-Cluster-Image-Builder") {
steps { steps {
script { script {
triggerSlaveJob ('RAN-RHEL8-Image-Builder', 'RHEL8-Images-Build') triggerSlaveJob ('RAN-RHEL8-Cluster-Image-Builder', 'RHEL8-Cluster-Image-Builder')
} }
} }
post { post {
always { always {
script { script {
finalizeSlaveJob('RAN-RHEL8-Image-Builder') finalizeSlaveJob('RAN-RHEL8-Cluster-Image-Builder')
} }
} }
failure { failure {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment