X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Ftemplate%2Fstart_build;h=38f35b5bd3d64c5a0027b216d723783361be3546;hb=56ad727c350e330679fbc03a633c7f96f4ddbbc7;hp=2b006771cb4b3b5cbe8ea73182181c1da7a6711b;hpb=f13ff902d8cd2046fcb19c0c6a99768055fc6105;p=osm%2Fdevops.git diff --git a/jenkins/template/start_build b/jenkins/template/start_build index 2b006771..38f35b5b 100755 --- a/jenkins/template/start_build +++ b/jenkins/template/start_build @@ -43,7 +43,9 @@ INFO "starting build" ### put your commands here to ### build, test and produce coverage reports -INFO "done" +RC=0 +INFO "done, RC=$RC" +exit $RC