Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-8716

Join dependencies mistakenly reported as transitive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • depgraph-view-plugin
    • None

      If I have the following setup:

      base -> test
      test -> testA
      test -> testB
      

      If I add a "join test" on base, dep view will report this as:

      base -> test
      test -> testA
      test -> testB
      testA -> join
      testB -> join
      

      but actual behaviour is:

      base -> test
      test -> testA
      test -> testB
      test -> join
      

            wolfs Stefan Wolf
            voorth voorth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: