corrects syntax (again)

This commit is contained in:
Hyatt 2023-10-22 10:15:20 -05:00
parent 93c0e5bb4c
commit 9647e859ba
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

@ -117,7 +117,6 @@ pipeline {
} }
} }
} }
}
// Create K8S Secret // Create K8S Secret
withCredentials( withCredentials(
@ -141,6 +140,7 @@ data:
} }
} }
} }
}
stage ('Update Secret') { stage ('Update Secret') {
steps { steps {