logs for individual workflow steps do not contain timestamps

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

XMLWordPrintable

      Consider the workflow that is stored in an SCM

          node('master') {
              wrap([$class: 'TimestamperBuildWrapper']) {
                  sh 'echo I woz here'
              }
          }
      

      if you view ${JOB_URL}/${BUILD_ID}/console

      then you will see timestamps for the echo step but not the SCM checkout.

      However if you view the logs for the individual step ${JOB_URL}/${BUILD_ID}/execution/node/3/log/ then the output is shown without any timestamps. This means that to check performance of an individual step you need to look at all of the logs which is a performance issue - and not user friendly.

        1. screenshot-1.png
          854 kB
          James Nord
        2. screenshot-2.png
          385 kB
          James Nord

            Assignee:
            Steven G Brown
            Reporter:
            James Nord
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: