Re: Using variables in a declarative pipeline
On Mon, Sep 4, 2017 at 8:22 PM, Chris Packham wrote: > Hi, > > I've got a declarative pipeline with parallel builds that works but > I'd like to avoid some repetition. > > Here's the gist of my pipeline > > pipeline { > stages { > stage('Build') { > parallel ( > "
Using variables in a declarative pipeline
Hi, I've got a declarative pipeline with parallel builds that works but I'd like to avoid some repetition. Here's the gist of my pipeline pipeline { stages { stage('Build') { parallel ( "target1": { node ('maker') { sh 'make target1