Skip to content

Commit 8cb3ef1

Browse files
author
zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL
committed
Extend logging.
1 parent af16262 commit 8cb3ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/ods/services/OpenShiftService.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ class OpenShiftService {
13701370
returnStdout: true,
13711371
label: "read source cluster registry host from ${secretName}"
13721372
)
1373+
logger.info "getSourceClusterRegistryHost: project '${project}' secret ${secretName} returned ${dockerConfig}."
13731374
def dockerConfigJson = steps.readJSON(text: dockerConfig)
13741375
def auths = dockerConfigJson.auths
13751376
def authKeys = auths.keySet()

0 commit comments

Comments
 (0)