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

Pipeline Job Plugin (workflow-job-plugin) gives empty console output when an error occurs

      When upgrading to version 2.29 of the "Pipeline: Job" plugin, users had a completely empty console output in case of an error.

      Downgrading to version 2.28 fixed the issue.

      When investigating we found an error log that a log file could not be located:

      java.io.FileNotFoundException: /var/lib/jenkins/jobs/iText-merge-pipeline/builds/319/log (No such file or directory)

      See attachments for screenshots of the console output and the log.

      If I read the change log for version 2.29 

      • JENKINS-54128: Change the implementation of WorkflowRun#getLogFile to avoid creating a new temporary file each time the method is called.
      • Fix: Do not call WorkflowRun#getLogFile when an error occurs while opening the log file for a Pipeline to avoid logging an additional stack trace

      My guess would be that WorkflowRun#getLogFile is also not called when an error is thrown in a pipeline script.

          [JENKINS-55024] Pipeline Job Plugin (workflow-job-plugin) gives empty console output when an error occurs

          Marco Andries created issue -
          Vivek Pandey made changes -
          Labels Original: pipeline plugin New: pipeline pipeline-triaged plugin
          Devin Nusbaum made changes -
          Resolution New: Incomplete [ 4 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Amedee Van Gasse made changes -
          Attachment New: test-pipeline-Jenkinsfile [ 47403 ]
          Amedee Van Gasse made changes -
          Resolution Original: Incomplete [ 4 ]
          Status Original: Resolved [ 5 ] New: In Review [ 10005 ]
          Amedee Van Gasse made changes -
          Attachment New: consoleText-iTextMergePipeline.txt.xz [ 47463 ]
          Jesse Glick made changes -
          Status Original: In Review [ 10005 ] New: In Progress [ 3 ]
          Jesse Glick made changes -
          Status Original: In Progress [ 3 ] New: Open [ 1 ]
          Jesse Glick made changes -
          Labels Original: pipeline pipeline-triaged plugin New: pipeline pipeline-triaged
          Marco Andries made changes -
          Attachment New: image-2019-06-05-14-55-49-292.png [ 47593 ]
          Marco Andries made changes -
          Attachment New: image-2019-06-05-14-56-21-611.png [ 47594 ]

            Unassigned Unassigned
            marco_andries Marco Andries
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: