We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e562e commit 039ed6dCopy full SHA for 039ed6d
jobs/build-node-image.Jenkinsfile
@@ -157,7 +157,7 @@ lock(resource: "build-node-image") {
157
stage("Run Tests") {
158
withCredentials([file(credentialsId: 'oscontainer-push-registry-secret', variable: 'REGISTRY_AUTH_FILE')]) {
159
def openshift_stream = params.RELEASE.split("-")[0]
160
- def rhel_stream = params.RELEASE.split("-")[1]
+ def rhel_stream = "rhel-" + params.RELEASE.split("-")[1]
161
162
parallel basearches.collectEntries { arch ->
163
[arch, {
0 commit comments