Skip to content

console color is gone in Jenkins 2.335 #193

@b-dean

Description

@b-dean

This started with Jenkins 2.335. Here's the commit to the base style.less in Jenkins that introduced some !important colors on all pre elements. See jenkinsci/jenkins#6259

Here's a workaround you can add this extra css to your config:

.console-output, .console-output pre {
    color: #e9eded !important;
}

Any fix for this should probably include the fix from #149

There may be other changes in those Jenkins 2.335 styles that break things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions