Is it possible to create a warning log message in Jenkins Blue Ocean view like the unstable(MESSAGE)
warning message, but without setting the hole build state as unstable?
I mean the yellow/orange log message in this view "Couldn't load dependencies!":
catchError(message: 'MESSAGE', buildResult: 'SUCCESS', stageResult: 'UNSTABLE')
will also not help, because the message is not visible in the Blue Ocean view.