X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FRO%2Fstart_build;h=223b2317a06b1a24578ff91e2f73b0cc83f7012e;hb=refs%2Fchanges%2F85%2F385%2F1;hp=ddc29ef186b69bee778a2468136ec692fc274bcc;hpb=ee04b4563003e33e11163adbbaa39e5c7091d82f;p=osm%2Fdevops.git diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index ddc29ef1..223b2317 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -52,14 +52,14 @@ fi INFO "starting build" INFO " cleaning .pyc" -rm *.pyc +rm -f *.pyc INFO " installing openmano packages and dependencies from current repo (--noclone)" -./scripts/install_openmano.sh --noclone -q +./scripts/install-openmano.sh --develop --noclone -q INFO " compiling *.py" -python -m py_compile *.py -RC=$? -#git checkout master #Cleaning the environment. It's also done at the beginning, but it's done just in case. +python -m py_compile *.py #&& #uncomment to concatenate commands +#basic test HERE #&& #uncomment to concatenate commands +RC=$? INFO "done, RC=$RC" exit $RC