Hi, You could create a job C that is triggered by the same events as B
C will only do 1 thing: have A a downstream job and A will have B as downstream job So, when C triggers (based on the triggers that you have chosen) it launches A. When A finishes, it launches B That's 1 way: maybe will people come with smarter solutions regards didier On Feb 15, 4:57 pm, Alper Tekinalp <[email protected]> wrote: > Any idea please? > > 2012/2/15 Alper <[email protected]> > > > Hi. > > I have two jobs A, B and B is dependent to A. So how can I say every > > time before building job B build job A? > > Best regards. > > -- > Alper Tekinalp > Hermes İletişim > atekinalp.blogspot.com
