corrects syntax

This commit is contained in:
Hyatt 2023-10-22 10:13:11 -05:00
parent c0018f3e49
commit 93c0e5bb4c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -42,6 +42,7 @@ pipeline {
stage ('Prepare Values') {
steps {
container ('alpine') {
script {
retry(3) {
try {
// list of urls that return different nordVPN servers
@ -119,7 +120,6 @@ pipeline {
}
// Create K8S Secret
script {
withCredentials(
[
string(