Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: a7748486421c450d05288acde444c08ebe0c77d2
      
https://github.com/jenkinsci/timestamper-plugin/commit/a7748486421c450d05288acde444c08ebe0c77d2
  Author: Steven Brown <stevengbr...@gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/Timestamp.java
    M src/main/java/hudson/plugins/timestamper/TimestampNote.java
    M src/main/java/hudson/plugins/timestamper/TimestampNotesOutputStream.java
    M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
    M 
src/test/java/hudson/plugins/timestamper/TimestampNotesOutputStreamTest.java
    M src/test/java/hudson/plugins/timestamper/TimestampTest.java
    M src/test/java/hudson/plugins/timestamper/action/TimestampsActionTest.java

  Log Message:
  -----------
  [FIXED JENKINS-30143] Store elapsed time in timestamp console notes

The timestamp console notes previously relied on the context being a Run, so
that they can get the build start time and use it to calculate the elapsed time.
The elapsed time is now stored within the console notes during the build.

This allows timestamps to be displayed when a different context type is
provided, e.g. the workflow plugin provides a StepAtomNode.

Builds that ran with an earlier version of Timestamper and an unrecognised
context type will now display the system clock timestamps but not the elapsed
timestamps, because that information was not recorded.


  Commit: 001cdb26fd46938918d781e9a98660306b893502
      
https://github.com/jenkinsci/timestamper-plugin/commit/001cdb26fd46938918d781e9a98660306b893502
  Author: Steven Brown <stevengbr...@gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/TimestampNote.java

  Log Message:
  -----------
  Update the TimestampNote class Javadoc


Compare: 
https://github.com/jenkinsci/timestamper-plugin/compare/0c20ac388190...001cdb26fd46

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to