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

Additional option for showing elapsed time per line in the execution log

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • timestamper-plugin
    • None

    Description

      The suggestions is to have an additional option for showing the delta in the logged time from one line to the next, e.g. for a log that would look like this today:

      0:00:00.0  Job start
      0:00:00.0  First step takes 1.1 seconds
      0:00:01.1  Second step takes 12.4 seconds
      0:00:13.5  Third step takes 5.0 seconds
      0:00:18.5  Job done
      

      It would look like this with the 'elapsed' option:

      0:00:00.0  Job start
      0:00:01.1  First step takes 1.1 seconds
      0:00:12.4  Second step takes 12.4 seconds
      0:00:05.0  Third step takes 5.0 seconds
      0:00:18.5  Job done
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rfagen Rob Fagen
              Votes:
              4 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated: