Commit 50dc7698 authored by Robert Schmidt's avatar Robert Schmidt

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

This reverts commit 5008eb4e.

The RHEL8-Cluster-Image-Builder has problems and is not ready. This
commit reverts the switch, and uses RHEL8-Image-Builder instead.
parent 62cea0ef
...@@ -136,16 +136,16 @@ pipeline { ...@@ -136,16 +136,16 @@ pipeline {
} }
} }
} }
stage ("RHEL8-Cluster-Image-Builder") { stage ("RHEL8 Build") {
steps { steps {
script { script {
triggerSlaveJob ('RAN-RHEL8-Cluster-Image-Builder', 'RHEL8-Cluster-Image-Builder') triggerSlaveJob ('RAN-RHEL8-Image-Builder', 'RHEL8-Images-Build')
} }
} }
post { post {
always { always {
script { script {
finalizeSlaveJob('RAN-RHEL8-Cluster-Image-Builder') finalizeSlaveJob('RAN-RHEL8-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