corrects syntax
This commit is contained in:
parent
c0018f3e49
commit
93c0e5bb4c
@ -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(
|
||||
|
Reference in New Issue
Block a user