X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FSO%2Fstart_build;h=85d2ca7c318b7325c0beaaed259134a0d0e2aecf;hb=d0f2310b6d6d8738284320d7601c6ffcbee85cea;hp=27ca6e5276fa0d08c93fab43651d629342fdc37e;hpb=17edada9522c1418839c8b4c818ee9920c6cf950;p=osm%2Fdevops.git diff --git a/jenkins/SO/start_build b/jenkins/SO/start_build index 27ca6e52..85d2ca7c 100755 --- a/jenkins/SO/start_build +++ b/jenkins/SO/start_build @@ -43,7 +43,9 @@ INFO "starting build" ### put your commands here to ### build, test and produce coverage reports -RC=0 +./BUILD.sh + +RC=$? INFO "done, RC=$RC" exit $RC