Adds timestamps to the Console Output.
Instructions
- Install the plugin.
- Enable it on the "Build Environment" section of the build configuration page.
Example:
Requirements
- Hudson 1.374 or later.
- Java 5 or later.
Formerly Incompatible Plugins:
Release History
New releases may take a few hours to appear in the update center.
| 1.2.1 |
Sep 07, 2010 |
- Timestamps no longer interfere with the Ant target highlighting.
|
| 1.2 |
Aug 29, 2010 |
- More robust implementation; prevents errors that could arise for some build configurations.
See HUDSON-7112 (Allow plugins to transform the BuildListener log output.)
|
| 1.1 |
Aug 01, 2010 |
- Fixed HUDSON-7111 (Timestamper plugin causes Mercurial update to fail.)
|
| 1.0 |
Jul 31, 2010 |
|
Comments (6)
Sep 01, 2010
David Aldrich says:
Hi I have installed Timestamper 1.2 on Hudson 1.374 but am getting no timestamp...Hi
I have installed Timestamper 1.2 on Hudson 1.374 but am getting no timestamps in the console output. Do I have to enable it somewhere?
Best regards
David
Sep 01, 2010
Steven Brown says:
Hi David, It needs to be enabled on the build configuration page.Hi David,
It needs to be enabled on the build configuration page.
Oct 20, 2010
Axel Heider says:
Nice plugin, unfortunately it does not fully work for matrix projects. Time stam...Nice plugin, unfortunately it does not fully work for matrix projects. Time stamps are shown for the parent only, but nor for the matrix builds.
Oct 21, 2010
Steven Brown says:
Fixed (HUDSON-7868). Upgrade to Hudson 1.383 once it has been released.Fixed (HUDSON-7868). Upgrade to Hudson 1.383 once it has been released.
Aug 16, 2011
marlene cote says:
i need to be able to read the timestamps from the log file on disk. But th...i need to be able to read the timestamps from the log file on disk. But there is all sorts of encoding around the entries in the console log.
Is this due to the bold characters in the timestamps? Is there any way to pull the timestamps out of the logs that are on disk?
Aug 17, 2011
Steven Brown says:
Sure, you can use Jenkins' ConsoleNote class to interpret the timestamps. What ...Sure, you can use Jenkins' ConsoleNote class to interpret the timestamps.
What information are you after? Perhaps the plugin can provide it.