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 8cb3ef1 commit 3fefde1Copy full SHA for 3fefde1
src/org/ods/services/OpenShiftService.groovy
@@ -1370,7 +1370,6 @@ class OpenShiftService {
1370
returnStdout: true,
1371
label: "read source cluster registry host from ${secretName}"
1372
)
1373
- logger.info "getSourceClusterRegistryHost: project '${project}' secret ${secretName} returned ${dockerConfig}."
1374
def dockerConfigJson = steps.readJSON(text: dockerConfig)
1375
def auths = dockerConfigJson.auths
1376
def authKeys = auths.keySet()
0 commit comments