correct variable
This commit is contained in:
parent
9efb546e55
commit
c5c9ee27d1
@ -67,7 +67,6 @@ podTemplate(
|
||||
) {
|
||||
node (label) {
|
||||
def workspace = pwd()
|
||||
def openVPNConfig
|
||||
|
||||
stage ("Prepare Container") {
|
||||
container ("alpine") {
|
||||
@ -84,6 +83,7 @@ podTemplate(
|
||||
}
|
||||
}
|
||||
|
||||
def openVPNConfig
|
||||
stage ("Get Remote OpenVPN Config") {
|
||||
container ("alpine") {
|
||||
openVPNConfig = sh(
|
||||
@ -93,8 +93,8 @@ podTemplate(
|
||||
}
|
||||
}
|
||||
|
||||
def k8sSecret
|
||||
stage ("Compile Secret") {
|
||||
def k8sSecret
|
||||
withCredentials([string(
|
||||
credentialsId: nordCreds,
|
||||
variable: "NORD_CREDS",
|
||||
|
Reference in New Issue
Block a user