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

“Console Output” context menu item missing for builds with long logs

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • core

      After creating a new job, the "Console" link is missing from the pop-up menu when hovering over a build id on the dashboard page (see attached image).

      https://groups.google.com/forum/?fromgroups=#!topic/jenkinsci-users/w4b9W-KflPQ

      The job is a free form and all it does is ssh into a remote system, grab some data, and echo it so Jenkins can archive the results. I've attached the config.xml.

      The console output does exist in Jenkins filesystem and if you click on a particular build id, the console output link is shown in the top left navigation area.

          [JENKINS-16303] “Console Output” context menu item missing for builds with long logs

          Todd Greer added a comment -

          I also see this reasonably frequently in 1.483 on Mac OSX viewed on Windows in Firefox. I think it corresponds to when the log is long enough to get abbreviated (with the "Skipping x,xxx KB.. Full log" note and link).

          Todd Greer added a comment - I also see this reasonably frequently in 1.483 on Mac OSX viewed on Windows in Firefox. I think it corresponds to when the log is long enough to get abbreviated (with the "Skipping x,xxx KB.. Full log" note and link).

          Same here. It's missing only for some jobs while it's there for others. Jenkins version is 1.501.

          Dirk Heinrichs added a comment - Same here. It's missing only for some jobs while it's there for others. Jenkins version is 1.501.

          Jesse Glick added a comment -

          AbstractBuild/tasks.jelly does not use a standard l:task for logs over 200Kb, so the context menu autogeneration code misses it.

          Jesse Glick added a comment - AbstractBuild/tasks.jelly does not use a standard l:task for logs over 200Kb, so the context menu autogeneration code misses it.

          evernat added a comment -

          duplicate of JENKINS-14264

          evernat added a comment - duplicate of JENKINS-14264

            Unassigned Unassigned
            ryanshoemaker ryan shoemaker
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: