Re: many parallel stages
verend Sent: 05 June 2017 18:29:53 To: Jenkins Users Subject: many parallel stages Hello, I was looking for help with a many parallel pipeline. Here is what I am looking to do parallel( 'linux': { stage('build_linux') { build job: 'linux_build',
many parallel stages
Hello, I was looking for help with a many parallel pipeline. Here is what I am looking to do *parallel*( 'linux': { stage('build_linux') { build job: 'linux_build', parameters:[] build job: 'linux_archive', parameters:[] *parallel*( s