|
@@ -36,7 +36,9 @@ pipeline {
|
|
}
|
|
}
|
|
steps {
|
|
steps {
|
|
// service_update.split()
|
|
// service_update.split()
|
|
- println 'mememe'
|
|
|
|
|
|
+ for (String item : service_update.split()) {
|
|
|
|
+ println(item)
|
|
|
|
+ }
|
|
echo "Updating $service_update"
|
|
echo "Updating $service_update"
|
|
sh 'ls'
|
|
sh 'ls'
|
|
}
|
|
}
|