Make the return code handling
obvious

Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@riftio.com>
diff --git a/jenkins/template/start_build b/jenkins/template/start_build
index 2b00677..38f35b5 100755
--- a/jenkins/template/start_build
+++ b/jenkins/template/start_build
@@ -43,7 +43,9 @@
 ### put your commands here to 
 ### build, test and produce coverage reports
 
-INFO "done"
+RC=0
 
+INFO "done, RC=$RC"
+exit $RC