fork download
  1. def jobIndexes = (1..10)
  2. jobIndexes.each{println it}
Success #stdin #stdout 2.13s 139068KB
stdin
Standard input is empty
stdout
1
2
3
4
5
6
7
8
9
10