Maybe you should avoid using Jenkins to implement these kind of dependencies. Look at your build tool or any tool to implement your CI process and your components dependencies.
In Java world, you can look at Ivy (http://ant.apache.org/ivy/). - Gregory On Wed, Feb 15, 2012 at 9:56 AM, Alper <[email protected]> wrote: > 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.
