[email protected] schrieb am Freitag, 28. Juli 2023 um 14:28:33 UTC+2:
I am novice to using Unity and Jenkins. make: [makefile:57: default] Error 1 (ignored) + echo 0 How do I get Unity/Jenkins to detect that the individual test has failed. The icing on the cake would be to somehow mark the git commit as a failure also. This the problem: your makefile or test run script (as you did not post the complete setup it's hard to guess) should return with a non-zero status to fail the step. Alternativly you could use either the JUnit Plugin (if you can produce a junit-comaptible output) or Warnings Next Generation Plugin ( which is highly customisable to parse any output) to fail the build. Thank in advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/55344762-47ce-4406-b809-e69f14972e60n%40googlegroups.com.
