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

Build Status Subprojects list should provide actual subproject status and links

XMLWordPrintable

      This is a proposal to update the list of subprojects on the project Build Status, to always reflect the most accurate link and status at a glance.

      This is not least important when the same subproject is triggered many times within a single project.

      The current list of subprojects looks like this:

       

      Static
         (Project LED)  ProjectPath » ProjectName    <Embedded link to the Project>
      Static
         (Project LED)  ProjectPath » ProjectName    <Embedded link to the Project>
      Static
         (Project LED)  ProjectPath » ProjectName    <Embedded link to the Project>
      Static
         (Project LED)  ProjectPath » ProjectName    <Embedded link to the Project>
      

      The problem here, is that the LED and the project link all points to the Project, and therefore does not reflect the status of the current build. 
      This also means that if the same subproject is refered several places in the project, they will all indicate to be build at the same time (flashing LED).

      The proposal is to make three changes:

      1. Project LED:
        1. Build not yet in progress: Not shown (or gray?)
        2. Once in progress, show the LED for the actual build.
        3. Build Finished, show the LED for the actual build.
      2. Project link:
        1. Build not yet in progress: Link to the project
        2. Once in progress, Link to the particular build
        3. Build Finished, Link to the particular build
      3. Collate Static builds

      This could make the subproject list look like this:

      Static
         (build n LED)  ProjectPath » ProjectName    <Embedded link to the Project, build n>
         (Bld n+1 LED)  ProjectPath » ProjectName    <Embedded link to the Project, bld n+1>
         ( Blank LED )  ProjectPath » ProjectName    <Embedded link to the Project>
         ( Blank LED )  ProjectPath » ProjectName    <Embedded link to the Project>
      
      

      Not only would this give a nice overview of how far a project has reached, but much more importantly, it would allow one to very quickly jump to the exact build that needs attention.

      Note, this is related to JENKINS-33834, especially to the comment by samsun387

       

            huybrechts huybrechts
            fsteff Flemming Steffensen
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: