I have some code I run against other code. Let say command x runs code blah.c
I have written a script to check to see if that command executed successfully. I am able to determine this. I will be running the script in the execute build box available in hudson.
I need to know who to fail the build if any of there code tests fail. meaning command x ran on blah.c returned in failure.
Best practices for jobs not built by maven. Is it possible to integrate maven?
Please and thank you.