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

Multijob summary shows incorrect job build numbers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Postponed
    • Icon: Major Major
    • multijob-plugin
    • None
    • Jenkins 1.512
      Multijob Plugin 1.9

      When a multijob plugin launches subjobs, in the summary it shows the wrong build number for those jobs, it shows the current running build number, even if the job it launched is in the queue waiting for the current running job to finish.

      Also it does not update the buid number shown in the summary when it's build finishes.

      A working example:

      Jobs:

      • Multijob1 , runs Job1 and Job2 in a phase with the option 'Mark phase as successful when jobs statuses are' set as successful
      • Job1 (waits for 20 seconds and fails)
      • Job2 (waits 90 seconds and fails)

      Launch Multijob, two times you will end up with:

      • Multijob#1, with the following jobs on it's summary:
      • Job1#1
      • Job2#1
      • Multijob#2, with the following jobs on it's summary:
      • Job1#2
      • Job2#1
        • Job1#1 pointing to Multijob#1
      • Job1#2 poinitng to Multijob#2
      • Job2#1 pointing to Multijob#1
      • Job2#2 pointing to Multijob#2

      Where the finishing order is:

      • Job1#1
      • Multijob#1
      • Job1#2
      • Multijob#2
      • Job2#1
      • Job2#2

            hagzag hagzag
            dcaroest David Caro
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: