Search code examples
jenkinshudson

How to delete the Jenkins Upstream/Downstream dependency


Actually i have a project foo parent, which was suppose to trigger foo child , as it is configured through the option.

Build other projects

But it also triggering the bar child.

Even if I unchecked the option

Build whenever a SNAPSHOT dependency is built

, but foo-parent is still triggering foo-child as well as bar-child.

Any suggestion on this.


Solution

  • Have you unchecked "Build whenever a SNAPSHOT dependency is built" in all three jobs. Can you also check if you go to bar-child job, is there any upstream job shown there. It may be triggered from child job.