You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: