+ src+ vars - stage1.groovy - stage2.groovy - stage3.groovy
parallelStages { stage1 { argument = "test1" } stage2 { argument = "test2" } stage3 { argument = "test3" }}