Enable *correct* writing to the job's log from a post build script

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I'm able to write to the build's log with:

      manager.build.logFile.withWriter{log ->
      log.println "Hello Log."
      }

      However, features, such as log timestamping don't work. I'm assumming, the script's output won't be subjected to warning parsing either (did not check).

      There should be some way to access the logging facilities that exist during the build proper.

            Assignee:
            Stefan Wolf
            Reporter:
            Timor Raiman
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: