My Jenkins builds our code using the build phase of the script. Output streams / errors are captured and displayed on the build page. Can I do something to highlight errors? For example, I would like to color all red lines containing the error SOME_CODE string error SOME_CODE , and error SOME_CODE yellow all warnings. It can be done?
jenkins
Geo
source share