Re: Trigger upstream job

2021-12-19 Thread 'Björn Pedersen' via Jenkins Users
You should really think through what you want and always keep the jobs hierachically ordered. To accomplish what you want you need an explict trigger Job1 step (maybe a plugin is needed for freestyle builds). But beware that if you also have a trigger in job2 that triggers after job1 success,

Re: Trigger upstream job

2021-12-19 Thread Adharsha sri
Hi, Requirment is to trigger the upstream job( freestyle jobs). Can anyone please help in this. On Fri, 17 Dec 2021, 8:10 pm , wrote: > Hi Adharsha, > > We don’t use freestyle, so I may not be the best person to help you. > > I’m struggling although to understand the logic you want to implemen