The system property "hudson.consoleTailKB" is supposed to control how many KB of console log is shown in the default console view.

      It is used in two places:

      https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/model/Run/console.jelly#L38
      https://github.com/jenkinsci/workflow-support-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl/index.jelly#L39

      Both jelly scripts expect a method getSystemProperty(key) on the Functions class. But that method does not exist. Therefore the default of 150 KB is always used and the system property is ignored.

      The fix is available in this PR: https://github.com/jenkinsci/jenkins/pull/3200

       

          [JENKINS-48593] System property hudson.consoleTailKB is ignored

          Jan Zuchhold created issue -
          Oleg Nenashev made changes -
          Assignee New: Jan Zuchhold [ jan_z ]
          Oleg Nenashev made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Oleg Nenashev made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Oleg Nenashev made changes -
          Remote Link New: This issue links to "https://github.com/jenkinsci/jenkins/pull/3200 (Web Link)" [ 19423 ]
          Oleg Nenashev made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Resolved [ 5 ]
          Oleg Nenashev made changes -
          Labels New: lts-candidate
          Oliver Gondža made changes -
          Labels Original: lts-candidate New: 2.89.3-fixed
          Daniel Beck made changes -
          Labels Original: 2.89.3-fixed New: 2.89.3-fixed regression

            jan_z Jan Zuchhold
            jan_z Jan Zuchhold
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: