escape the escape!
This commit is contained in:
parent
a66eb93160
commit
cf01628256
@ -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