Secrets should be quiet.
This commit is contained in:
parent
d9bed23d6b
commit
f99bfb5653
@ -40,7 +40,10 @@ def createSecret (Map config) {
|
|||||||
serverUrl: config.kubeURL,
|
serverUrl: config.kubeURL,
|
||||||
namespace: config.namespace
|
namespace: config.namespace
|
||||||
]) {
|
]) {
|
||||||
sh "printf '%s\n' \"" + config.secret + "\" | kubectl apply -f -"
|
sh """
|
||||||
|
set +x
|
||||||
|
printf '%s\n' \"" + config.secret + "\" | kubectl apply -f -"
|
||||||
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user