Re: Triggering multi Pipeline Job after other multi job is executed

2019-10-03 Thread ZillaYT
That's how you do it. On Thursday, October 3, 2019 at 6:46:52 AM UTC-4, Ramesh R wrote: > > Hi All, > > Please help me with this Problem. > > I want to RUN or Build Project B after Project A is Build or Stable. > > In Freestyle project we have option to Build after other projects are > built in B

Re: Triggering multi Pipeline Job after other multi job is executed

2019-10-03 Thread Jan Monterrubio
I’ve done something similar with the build step, as a downstream job. https://jenkins.io/doc/pipeline/steps/pipeline-build-step/ On Thu, Oct 3, 2019 at 05:46 Ramesh R wrote: > Hi All, > > Please help me with this Problem. > > I want to RUN or Build Project B after Project A is Build or Stable.

Triggering multi Pipeline Job after other multi job is executed

2019-10-03 Thread Ramesh R
Hi All, Please help me with this Problem. I want to RUN or Build Project B after Project A is Build or Stable. In Freestyle project we have option to Build after other projects are built in Build Triggers. In Multi pipeline job, under Branch View configuration we have same options, But no Sav