.
This commit is contained in:
parent
e43f1af83f
commit
3459a1133e
@ -69,7 +69,7 @@ def readSecret (Map config) {
|
|||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
script: """#Read Secret
|
script: """#Read Secret
|
||||||
set +x
|
set +x
|
||||||
echo "kubectl get secret "${config.secret}" -o jsonpath={".data.${safeSecretID}"} | base64 -d"
|
echo "kubectl get secret \"${config.secret}\" -o jsonpath={\".data.${safeSecretID}\"} | base64 -d"
|
||||||
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