jenkinsci / ansicolor-plugin

Jenkins ANSI Color Plugin
https://plugins.jenkins.io/ansicolor/
MIT License
253 stars 84 forks source link

Jenkins Console output background all dark not just some part of it. #246

Open tanishasethii opened 2 years ago

tanishasethii commented 2 years ago

Jenkins and plugins versions report

Jenkins version 2.289.2 Ansicolor version 1.0.0

What Operating System are you using (both controller, and any agents involved in the problem)?

Windows

Reproduction steps

pipeline { agent { node { label 'ansible' } } options { ansiColor('light-on-dark-console' )

}

Expected Results

Required a Dark Console output

Actual Results

Some part of the output coming in white and some in black

Anything else?

No response

tanishasethii commented 2 years ago

Hi Team,

We are waiting for your response.

dblock commented 2 years ago

@tanishasethii What kind of response are you waiting for? Probably a bug. Please feel free to fix it.

tszmytka commented 1 year ago

@tanishasethii Please provide a pipeline reproducing the issue (what you posted doesn't output anything). Also, the scheme "light-on-dark-console" is not one of the standard ones shipped with the plugin - you created it yourself - what is its configuration. Lastly please post a screenshot of what you're seeing - your description is not clear at all.