|
@@ -35,11 +35,10 @@ pipeline {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
steps {
|
|
steps {
|
|
-// service_update.split()
|
|
|
|
echo "Updating $service_update"
|
|
echo "Updating $service_update"
|
|
script {
|
|
script {
|
|
for (String item : service_update.split()) {
|
|
for (String item : service_update.split()) {
|
|
- echo item
|
|
|
|
|
|
+ echo "Updating $item"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
sh 'ls'
|
|
sh 'ls'
|