s helps.
> Christian
>
> jenkinsci-users@googlegroups.com schrieb am 04.05.2018 07:53:42:
>
> > Von: Somshekar C Kadam
> > An: jenkinsci-users@googlegroups.com
> > Datum: 04.05.2018 07:54
> > Betreff: Parallel Build issue
> > Gesendet von: jenkinsc
C Kadam
> An: jenkinsci-users@googlegroups.com
> Datum: 04.05.2018 07:54
> Betreff: Parallel Build issue
> Gesendet von: jenkinsci-users@googlegroups.com
>
> Hi All,
>
> I have setup a parallel build using data pipeline. This build
> machine is o
Hi All,
I have setup a parallel build using data pipeline. This build machine is on
VM.
pipeline {
stages {
stage('ParallelBuild') {
parallel {
stage(‘BuildIntel’) {
agent {