• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • Jenkins 1.538

      The SIMILE timeline control only shows the last day with any builds, every other day dos not show any builds.

      This can be seen at multiple locations:
      on Job level: https://ci.jenkins-ci.org/view/Jenkins%20core/job/jenkins_main_trunk/buildTimeTrend
      on view level: https://ci.jenkins-ci.org/view/Infrastructure/builds
      on slave level: https://ci.jenkins-ci.org/computer/remote-slave-6/builds

          [JENKINS-21159] buildTimeTrend only shows last day of builds

          Ignacio Albors added a comment - https://github.com/jenkinsci/jenkins/pull/663 Related?

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/java/hudson/util/RunList.java
          core/src/test/java/hudson/util/RunListTest.java
          http://jenkins-ci.org/commit/jenkins/20c4b06f8c5176bfe85ca7edfd62a65b49f46a93
          Log:
          Merge branch 'master_g' of github.com:ialbors/jenkins
          [FIXED JENKINS-21159] Merged #663.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/util/RunList.java core/src/test/java/hudson/util/RunListTest.java http://jenkins-ci.org/commit/jenkins/20c4b06f8c5176bfe85ca7edfd62a65b49f46a93 Log: Merge branch 'master_g' of github.com:ialbors/jenkins [FIXED JENKINS-21159] Merged #663.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          core/src/test/java/hudson/util/RunListTest.java
          http://jenkins-ci.org/commit/jenkins/b09f828706c9a16b8acc4158f2161117f9359047
          Log:
          JENKINS-21159 Noting #663 merge.

          Compare: https://github.com/jenkinsci/jenkins/compare/2ae83f6ab099...b09f828706c9

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/test/java/hudson/util/RunListTest.java http://jenkins-ci.org/commit/jenkins/b09f828706c9a16b8acc4158f2161117f9359047 Log: JENKINS-21159 Noting #663 merge. Compare: https://github.com/jenkinsci/jenkins/compare/2ae83f6ab099...b09f828706c9

          I don't think we can close this...
          If the comment on the change changelog is correct, then the most 20 builds are shown only. In our environment we use this view quite a lot for audit purposes - means: we would need it a lot

          Dominik Bartholdi added a comment - I don't think we can close this... If the comment on the change changelog is correct, then the most 20 builds are shown only. In our environment we use this view quite a lot for audit purposes - means: we would need it a lot

          Jesse Glick added a comment -

          @domi better to file an issue blocking JENKINS-20892 to amend c5e2373 so that BuildTimelineWidget.builds are served lazily.

          Remember that the full list is shown (lazily) in the table beneath the widget.

          Jesse Glick added a comment - @domi better to file an issue blocking JENKINS-20892 to amend c5e2373 so that BuildTimelineWidget.builds are served lazily. Remember that the full list is shown (lazily) in the table beneath the widget.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3192
          JENKINS-21159 Noting #663 merge. (Revision b09f828706c9a16b8acc4158f2161117f9359047)

          Result = SUCCESS
          Jesse Glick : b09f828706c9a16b8acc4158f2161117f9359047
          Files :

          • changelog.html
          • core/src/test/java/hudson/util/RunListTest.java

          dogfood added a comment - Integrated in jenkins_main_trunk #3192 JENKINS-21159 Noting #663 merge. (Revision b09f828706c9a16b8acc4158f2161117f9359047) Result = SUCCESS Jesse Glick : b09f828706c9a16b8acc4158f2161117f9359047 Files : changelog.html core/src/test/java/hudson/util/RunListTest.java

          @Jesse, I'm not sure what you want me to do - just fill another issue with the same content? (maybe its just my english which stops me from understanding, sorry)

          Dominik Bartholdi added a comment - @Jesse, I'm not sure what you want me to do - just fill another issue with the same content? (maybe its just my english which stops me from understanding, sorry)

          Jesse Glick added a comment -

          @domi well not the same content as this one because this one is fixed! But an issue blocking JENKINS-20892 requesting that >20 builds be handled by using a lazy iterator from the build widget.

          Jesse Glick added a comment - @domi well not the same content as this one because this one is fixed! But an issue blocking JENKINS-20892 requesting that >20 builds be handled by using a lazy iterator from the build widget.

            jglick Jesse Glick
            domi Dominik Bartholdi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: