X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2FSO%2Fstart_build;h=85d2ca7c318b7325c0beaaed259134a0d0e2aecf;hb=a349e3edf67dd33c4aed579715d1b061e6338d73;hp=27ca6e5276fa0d08c93fab43651d629342fdc37e;hpb=a2813695ca8ac01b88c68cc3a37248fadde1d3ab;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