Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tanishasethii opened this issue Jun 1, 2022 · 3 comments
Labels
awaiting feedback ⌛ No progress on the issue can be made without additional feedback

Comments

@tanishasethii
Copy link

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 tanishasethii changed the title Jenkins Console output all dark not just some part of it. Jenkins Console output background all dark not just some part of it. Jun 1, 2022
@tanishasethii
Copy link
Author

Hi Team,

We are waiting for your response.

@dblock
Copy link
Member

dblock commented Jun 14, 2022

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

@tszmytka
Copy link
Collaborator

@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.

@tszmytka tszmytka added awaiting feedback ⌛ No progress on the issue can be made without additional feedback and removed bug labels May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback ⌛ No progress on the issue can be made without additional feedback
Projects
None yet
Development

No branches or pull requests

3 participants