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 af16262 commit 8cb3ef1Copy full SHA for 8cb3ef1
src/org/ods/services/OpenShiftService.groovy
@@ -1370,6 +1370,7 @@ 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