-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
In JENKINS-41845 they added the CSS class "pipeline-new-node" to the default pipeline console output lines to make it possible to hide these lines via CSS.
When using timestamps in Pipeline jobs this leads to lines with multiple timestamps since the timestamps for these lines stay visible.
It would be nice to also add a CSS class for the timestamps in "pipeline-new-node" lines to be able to also hide them.
- is duplicated by
-
JENKINS-65010 Getting two timestamps when executing Shared Library function and Timestamper Enabled for all Pipeline builds
-
- Resolved
-
wolterhis, I just raised a duplicate issue for this (https://issues.jenkins.io/browse/JENKINS-65010) and was wondering if you had had any success working around the issue in the past couple years? I'm also using the "pipeline-new-node" Extra CSS in SimpleTheme plugin in order to eliminate the unnecessarily verbose Pipeline output to the console. Would love to figure out how to keep that setting but eliminate the duplicate timestamps.. Note, that in my case, I'm only getting duplicate timestamps when I enter a shared library function. So I guess this is a bit different from your case.