如果使用该
parallel步骤,则默认情况下,该步骤应该可以按预期工作,作为
failFast选项,如果任何并行分支失败,则该选项将中止作业,默认为
false。
例如:
parallel( centos6: { build 'centos6.testing' }, centos7: { build 'centos7.testing' }, debian7: { build 'debian7-x64.testing' }, debian8: { build 'debian8-x64.testing' })


