-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson 1.381
Comment on the Timestamper plugin wiki page:
Nice plugin, unfortunately it does not fully work for matrix projects. Time stamps are shown for the parent only, but not for the matrix builds.
The MatrixConfiguration class does not override getBuildWrappersList, which causes the decorateLauncher and decorateLogger methods of registered BuildWrapper classes to be ignored.
Code changed in hudson
User: : StevenGBrown
Path:
trunk/hudson/main/core/src/main/java/hudson/matrix/MatrixConfiguration.java
trunk/www/changelog.html
http://jenkins-ci.org/commit/36131
Log:
[FIXED JENKINS-7868] Build wrappers can now decorate the launcher or logger for matrix builds