double escape?
This commit is contained in:
parent
8dbc5150f7
commit
a66eb93160
@ -64,7 +64,7 @@ def readSecret (Map config) {
|
|||||||
serverUrl: config.kubeURL,
|
serverUrl: config.kubeURL,
|
||||||
namespace: config.namespace
|
namespace: config.namespace
|
||||||
]) {
|
]) {
|
||||||
def safeSecretID = config.secretID.replaceAll(/\./, "\.")
|
def safeSecretID = config.secretID.replaceAll(/\./, "\\.")
|
||||||
def output = sh(
|
def output = sh(
|
||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
script: """#Read Secret
|
script: """#Read Secret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user