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

Timeline only scrolls left (backwards in time), not forward

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • core
    • None

      In the buildTimeTrend view of Jenkins 1.502, the timeline only scrolls left now. This seems to be caused by a glitch in the Simile Timeline widget code itself, that is tickled by the second patch in JENKINS-6439, https://issues.jenkins-ci.org/secure/attachment/20289/JENKINS-6439-2.patch

      Editing

      var d = new Date(${it.lastBuild.timeInMillis});

      to instead read:

      var d = new Date(${it.lastBuild.timeInMillis}-1);

      fixes this problem.

            Unassigned Unassigned
            ecmanaut Johan Sundström
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: