Jenkins Web FE: Disable linebreak?

16 views
Skip to first unread message

Jan-Benedict Glaw

unread,
Apr 21, 2026, 12:06:05 PM (3 days ago) Apr 21
to jenkins...@googlegroups.com
Hi!

I've setup Jenkins, with ~ 2k jobs to build GCC, glibc, Binutils,
NetBSD, crosstool-NG, buildroot etc. It's using several builders,
usually starting Docker containers (or VMs to build NetBSD natively
within NetBSD to get even wider reproducibility comparisons.)

With an older Jenkins version, I had a hack (found somewhere) to
disable console output line wraps, but (minimized) CSS files changed
to the point I cannot easily reproduce the same result with today's
Jenkins versions.

As I'm not at all into CSS, I would be grateful if somebody could
give me some hint (eg. a `sed` command or the like) to have a
horizontal scrollbar instead of wrapped long lines.

Thanks a lot!
Jan-Benedict

--
signature.asc

Jan-Benedict Glaw

unread,
Apr 21, 2026, 12:06:09 PM (3 days ago) Apr 21
to jenkins...@googlegroups.com
Answering myself: It seems this does do the job:

sed -i -e 's/white-space:pre-wrap//' /var/cache/jenkins/war/jsbundles/styles.css

Maybe it would be feasible to make this configurable? Or to include
another CSS file (empty by default) to allow site admins to fiddle
with it? Or are there better ways of doing it?

Thanks,
Jan-Benedict
--
signature.asc
Reply all
Reply to author
Forward
Message has been deleted
0 new messages