-
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?
[JENKINS-52938] Timestamper plugin does not produce timestamps in BlueOcean UI
Component/s | New: timestamper-plugin [ 15749 ] |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Priority | Original: Minor [ 4 ] | New: Blocker [ 1 ] |
Rank | New: Ranked higher |
Priority | Original: Blocker [ 1 ] | New: Minor [ 4 ] |