Not sure if it\'s my limited knowledge of Groovy or a quirk in Pipeline parallel step. I can\'t make it accept failFast if I use map instead of passing
parallel
failFast
In addition to Jesse Glick's answer.
Even if you use a for loop to create a parallel stages you can use the same code -
map.failFast = true parallel map