Commit dbde2086 authored by daidekun's avatar daidekun

2

parent 61dedd33
...@@ -35,8 +35,8 @@ def call(body) { ...@@ -35,8 +35,8 @@ def call(body) {
count = arr_machines.size() count = arr_machines.size()
int_count = (count / 2).toInteger() int_count = (count / 2).toInteger()
_utils.debug() /* _utils.debug()*/
/* machines_list = _utils.partList(arr_machines, int_count)*/ machines_list = _utils.partList(arr_machines, int_count)
print machines_list print machines_list
for (machine in machines_list) { for (machine in machines_list) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment