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

"View Full Build Flow" does not correctly order build steps

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • Windows 7 64 bit

      I have one child project inheriting from two ordered parent projects. The first parent project is responsible for setting up the environment, then the child project runs, and then the second parent project is responsible for moving the artifacts and archiving them. The flow is:
      1. Preparation(Parent1)
      2. Build(Child)
      3. Clean-up/Archive(Parent2)

      When the build is executed, the steps run correctly in the expected order. The minor issue, however, is in the "View Full Build Flow" list, the projects seem to be out of order.
      1. Preparation
      2. Clean-up/Archive
      3. Build

      This does not affect the build process which is good. Nonetheless, it is misleading.

            Unassigned Unassigned
            ajthomas Arun Thomas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: