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