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

Test duration trend chart does not appear, because of jQuery version mismatch

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • junit-plugin
    • None
    • Jenkins 2.263.1
      JUnit Plugin 1.48
      ECharts API Plugin 4.9.0-2
      Microsoft Edge Version 87.0.664.75 (Official build) (64-bit)

      After the JENKINS-62096 ECharts migration, the test duration trend chart at https://REDACTED/jenkins/job/REDACTED/job/master/327/testReport/history/ does not appear at all; there are no axes or legends or anything. The test result trend chart however works OK.

      The problem persists even if I edit history.js as follows:

      • For JENKINS-64585, comment out the $('[data-toggle="tooltip"]').tooltip(); call.
      • For JENKINS-64587, change the top-level statement to
        (function ($, view) {
            $(function () {
                ...
            });
        })(jQuery3, view);

      Therefore, the problem does not seem to be caused by those issues.

          [JENKINS-64586] Test duration trend chart does not appear, because of jQuery version mismatch

          Kalle Niemitalo created issue -
          Kalle Niemitalo made changes -
          Link New: This issue relates to JENKINS-64585 [ JENKINS-64585 ]
          Kalle Niemitalo made changes -
          Description Original: After the JENKINS-62096 ECharts migration, the test duration trend chart at https://REDACTED/jenkins/job/REDACTED/job/master/327/testReport/history/ does not appear at all; there are no axes or legends or anything. The test result trend chart however works OK.

          The problem persists even if I comment out the {{$('[data-toggle="tooltip"]').tooltip();}} call that causes JENKINS-64585.
          New: After the JENKINS-62096 ECharts migration, the test duration trend chart at https://REDACTED/jenkins/job/REDACTED/job/master/327/testReport/history/ does not appear at all; there are no axes or legends or anything. The test result trend chart however works OK.

          The problem persists even if I edit history.js as follows:
           * For JENKINS-64585, comment out the {{$('[data-toggle="tooltip"]').tooltip();}} call.
           * For JENKINS-64587, change the top-level statement to {{jQuery3(function ($) { … });}}.

          Therefore, the problem does not seem to be caused by those issues.
          Kalle Niemitalo made changes -
          Link New: This issue relates to JENKINS-64587 [ JENKINS-64587 ]
          Kalle Niemitalo made changes -
          Description Original: After the JENKINS-62096 ECharts migration, the test duration trend chart at https://REDACTED/jenkins/job/REDACTED/job/master/327/testReport/history/ does not appear at all; there are no axes or legends or anything. The test result trend chart however works OK.

          The problem persists even if I edit history.js as follows:
           * For JENKINS-64585, comment out the {{$('[data-toggle="tooltip"]').tooltip();}} call.
           * For JENKINS-64587, change the top-level statement to {{jQuery3(function ($) { … });}}.

          Therefore, the problem does not seem to be caused by those issues.
          New: After the JENKINS-62096 ECharts migration, the test duration trend chart at https://REDACTED/jenkins/job/REDACTED/job/master/327/testReport/history/ does not appear at all; there are no axes or legends or anything. The test result trend chart however works OK.

          The problem persists even if I edit history.js as follows:
           * For JENKINS-64585, comment out the {{$('[data-toggle="tooltip"]').tooltip();}} call.
           * For JENKINS-64587, change the top-level statement to {code:javascript}(function ($, view) {
              $(function () {
                  ...
              });
          })(jQuery3, view);{code}

          Therefore, the problem does not seem to be caused by those issues.

          Kalle Niemitalo made changes -
          Link New: This issue is caused by JENKINS-62096 [ JENKINS-62096 ]
          Kalle Niemitalo made changes -
          Summary Original: Test duration trend chart does not appear New: Test duration trend chart does not appear, because of jQuery version mismatch
          Ramon Leon made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Ramon Leon made changes -
          Assignee New: Ramon Leon [ mramonleon ]
          Tim Jacomb made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Fixed but Unreleased [ 10203 ]
          Tim Jacomb made changes -
          Assignee Original: Ramon Leon [ mramonleon ] New: Tim Jacomb [ timja ]

            timja Tim Jacomb
            kon Kalle Niemitalo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: