Question
SQLI
FR
Last activity: 16 Dec 2021 11:47 EST
how do i make jenkins build fail when i have build failed message in log console
In one of pipline’s stages, In the log I have a message with build failed , and then a little later i have a successful build message in the same stage. I want the pipeline to stop when it see a failed build message and not continue, because if it continue, it will see it successful and it will not stop and we will not know that there is a problem in the log