I would like to get the result of my jenkins build job either failed (red), unstable (yellow) or successfull (green)...
If i return non zero from my shell script i c
Any Build Step Plugin
Fail The Build Plugin
first build step: Execute command
Command: echo build_step
second build step: conditional step
Run: Not
!:Execute command
Command: echo test_step
Builder: Set the build result
Result: Unstable
change "echo test_step" to "echo_test_step" to see how it works
if BUILD fails the result is FAILED, and TEST is not runned
if BUILD succedes, TEST runs, and if fails the result is UNSTABLE
if BUILD succedes, and TEST succedes, the result is SUCCESS