-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I am using the Timestamper plugin ( https://wiki.jenkins.io/display/JENKINS/Timestamper ) with something like:
pipeline { agent any; stages { stage("Stage 1") { steps { timestamps { sh "echo Do something" } } } } }
If I look in the Blue Ocean UI, the timestamps do not appear in the output
but if I look in the classic UI, I do see the timestamps
Any ideas how to get the timestamps to appear in the Blue Ocean UI?
From michaelneale on gitter:
@rodrigc not sure what conclusion with that - timestamp uses the log annotators thing which doesn’t work with api style logs that blue ocean uses
@sophistifunk @vivek do you remember what happened with timestamps?
@rodrigc I think blue ocean shoudl just be changed to use the time metadata which is probably on the log always (someone shoudl have a crack at that). Vs the timestamp wrapper step