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

Join dependencies mistakenly reported as transitive

    • 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
      

          [JENKINS-8716] Join dependencies mistakenly reported as transitive

          Stefan Wolf added a comment -

          I tried to reproduce the issue, but I was not able to do it. I did the following:
          Created jobs base, test, testA, testB and join. Added the dependencies (regular BuildTriggers) base -> test, test -> testA, test -> testB. Added a join trigger to base joining on join.
          Then looking at the dependency graph yields:
          base -> test
          test -> testA
          test -> testB
          test -> join,
          the desired behaviour. I will mark this issue as cannot reproduce, if you give me more information what steps you took to have this bug, I will try again.

          Stefan Wolf added a comment - I tried to reproduce the issue, but I was not able to do it. I did the following: Created jobs base, test, testA, testB and join. Added the dependencies (regular BuildTriggers) base -> test, test -> testA, test -> testB. Added a join trigger to base joining on join. Then looking at the dependency graph yields: base -> test test -> testA test -> testB test -> join, the desired behaviour. I will mark this issue as cannot reproduce, if you give me more information what steps you took to have this bug, I will try again.

          Stefan Wolf added a comment -

          Please reopen with a step by step description how to reproduce this problem.

          Stefan Wolf added a comment - Please reopen with a step by step description how to reproduce this problem.

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

              Created:
              Updated:
              Resolved: