adds echo to see why its failing
This commit is contained in:
parent
cf01628256
commit
e43f1af83f
@ -69,6 +69,7 @@ def readSecret (Map config) {
|
||||
returnStdout: true,
|
||||
script: """#Read Secret
|
||||
set +x
|
||||
echo "kubectl get secret "${config.secret}" -o jsonpath={".data.${safeSecretID}"} | base64 -d"
|
||||
kubectl get secret "${config.secret}" -o jsonpath={".data.${safeSecretID}"} | base64 -d
|
||||
"""
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user