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

Blue Ocean karaoke mode fails to show steps or follow along

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • blueocean-plugin
    • None
    • b19

      Lots of JavaScript errors on Blue Ocean b19, such as TypeError: url.includes is not a function

      See the attached screenshot as well. This should be trivial to see on ci.jenkins.io

          [JENKINS-41494] Blue Ocean karaoke mode fails to show steps or follow along

          R. Tyler Croy added a comment -

          There are also lots of TypeError: run is undefined errors from this section of code:

                  key: 'updateLatestRun',
                  value: function updateLatestRun(run) {
                      var pipeline = this.getItem(run._links.parent.href);
                      if (pipeline) {
                          pipeline.latestRun = run;
                      }
                  }
              }]);
          

          R. Tyler Croy added a comment - There are also lots of TypeError: run is undefined errors from this section of code: key: 'updateLatestRun' , value: function updateLatestRun(run) { var pipeline = this .getItem(run._links.parent.href); if (pipeline) { pipeline.latestRun = run; } } }]);

          R. Tyler Croy added a comment -

          I am also seeing the following error after starting a Pipeline and hitting the "Open" toast at the bottom:

          blueocean.js:5523 Uncaught (in promise) TypeError: Cannot read property '_links' of undefined(…)updateLatestRun @ blueocean.js:5523executeAction @ blueocean.js:64247res @ blueocean.js:64219(anonymous function) @ blueocean.js:4706Promise.reject (async)tryCatch @ blueocean.js:39904invokeCallback @ blueocean.js:39919(anonymous function) @ blueocean.js:39666flush @ blueocean.js:39615Mutation (async)(anonymous function) @ blueocean.js:39587asap @ blueocean.js:39539(anonymous function) @ blueocean.js:39665then @ blueocean.js:39668
          

          R. Tyler Croy added a comment - I am also seeing the following error after starting a Pipeline and hitting the "Open" toast at the bottom: blueocean.js:5523 Uncaught (in promise) TypeError: Cannot read property '_links' of undefined(…)updateLatestRun @ blueocean.js:5523executeAction @ blueocean.js:64247res @ blueocean.js:64219(anonymous function) @ blueocean.js:4706Promise.reject (async)tryCatch @ blueocean.js:39904invokeCallback @ blueocean.js:39919(anonymous function) @ blueocean.js:39666flush @ blueocean.js:39615Mutation (async)(anonymous function) @ blueocean.js:39587asap @ blueocean.js:39539(anonymous function) @ blueocean.js:39665then @ blueocean.js:39668

          R. Tyler Croy added a comment -

          Scratch that _links error, I think that's a different issue!

          R. Tyler Croy added a comment - Scratch that _links error, I think that's a different issue!

            Unassigned Unassigned
            rtyler R. Tyler Croy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: