We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Paste the output here
Any OS or browser.
pipeline { agent none options { ansiColor('xterm') } stages { stage('Color') { steps { echo('\033[34mHello\033[0m \033[33mcolorful\033[0m \033[35mworld\033[0m') } } } }
Readable text, e.g.
or:
Text is difficult to read:
We could look at using similar colours to the Dark Theme: https://github.com/jenkinsci/dark-theme-plugin/blob/master/src/main/frontend/main.scss
The classes to override are defined in: https://github.com/jenkinsci/pipeline-graph-view-plugin/blob/main/src/main/frontend/pipeline-console-view/pipeline-console/main/pipeline-console.scss#L92
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Any OS or browser.
Reproduction steps
Expected Results
Readable text, e.g.
or:
Actual Results
Text is difficult to read:
Anything else?
We could look at using similar colours to the Dark Theme:
https://github.com/jenkinsci/dark-theme-plugin/blob/master/src/main/frontend/main.scss
The classes to override are defined in:
https://github.com/jenkinsci/pipeline-graph-view-plugin/blob/main/src/main/frontend/pipeline-console-view/pipeline-console/main/pipeline-console.scss#L92
The text was updated successfully, but these errors were encountered: