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

REGRESSION detail view log links for steps only are broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • blueocean-plugin
    • None
    • Blue Ocean 1.0-rc3

      Go to https://ci.blueocean.io/blue/organizations/jenkins/blueocean/detail/master/797/pipeline/

       

      Press either log button both lead to 404 urls https://ci.blueocean.io/blue/rest/organizations/jenkins/pipelines/blueocean/branches/master/runs/797/nodes/undefined/log/?start=0

       

      See the 'undefined' in the path that is because

      const logUrl = shouldShowCV ? logGeneral.url : `${nodeKey}${this.mergedConfig.node}/log/`;
      

      only works if there is a node.

            imeredith Ivan Meredith
            tscherler Thorsten Scherler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: