When update to 2.346.1. I found that the text color of command in execute shell step have been changed from “white” to “black”, because the background of execute shell is also “black” ( or gray). So i can not see the content of it by my eyes .
Is there anyone meet this case and how to fix it, please help me !
Hi man, I tried to add the extra css to theme config and the console output display is okay. Thanks for your support.
However, the execute shell background of Build step in jenkins still not fixed. I tried to add this css but it’s not work:
.execute-shell, .execute-shell pre {
color: #e9eded !important;
}