Re: Pipeline script : Run job once the first job finishes.

2018-05-21 Thread Ramanathan Muthaiah
> > node { > > stage('Build Virtual Machine') { > > > > build job: 'Misc_Jobs/VM_Request_And_Validation', parameters: [ > > string(name: 'Hostname', value:'satclient8'), > > string(name:'DSType', value: "NAS")], wait: true > > > > } > >

Pipeline script : Run job once the first job finishes.

2018-05-21 Thread Apurba Sarkar
Hi All, I am very much new to Jenkins. I need your help. I have 2 jobs: Misc_Jobs/VM_Request_And_Validation Misc_Jobs/SS_Install_Jboss I have created one simple pipeline using Groovy Pipelines where the jobs should run one after another. node { stage('Build