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

Downstream build view does not render correctly when join plugin is used

XMLWordPrintable

      The Downstream build view plugin does not render correctly when the join plugin is used.

      I have the following build dependency, where the join plugin is used to build job-d once both job-b and job-c have completed.

      Dependency Graph:

      job-a
      / \
      job-b job-c
      \ /
      job-d

      Once everything is complete, the "Downstream build view" is rendered as follows. Notice that "job-b -> job-d" is listed as "NOT_BUILT" while "job-c -> job-d" is listed as "SUCCESS".

      Downstream build view:

      job-b build number 8 (Tue Mar 15 11:40:45 EDT 2011 - SUCCESS)

      • job-d build number #0000 (NOT_BUILT)
        job-c build number 8 (Tue Mar 15 11:40:45 EDT 2011 - SUCCESS)
      • job-d build number 8 (Tue Mar 15 11:40:57 EDT 2011 - SUCCESS)

      It would be nice it "Downstream build view" could list both "job-d" builds in this case as SUCCESS.

      Eric

            Unassigned Unassigned
            ewysp ewysp
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: