X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FMON%2Fstart_build;h=ffbcfa0338eff132d3f7df07bb84da94024dae3b;hb=021b307297a6ab8dfe9ee3af03154989bcd9e0e8;hp=c73a40ce66aa6d9d3612d332506bb0467a630c9e;hpb=d5cec9dbcd80484e0748fcdee8df33d9b94825ff;p=osm%2Fdevops.git diff --git a/jenkins/MON/start_build b/jenkins/MON/start_build index c73a40ce..ffbcfa03 100755 --- a/jenkins/MON/start_build +++ b/jenkins/MON/start_build @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright 2017 Intel Research and Development Ireland Limited # ************************************************************* @@ -27,7 +29,7 @@ OSM_JENKINS=$(dirname $HERE) . $OSM_JENKINS/common/all_funcs # SET YOU MDG repository name here -export OSM_MDG=RO +export OSM_MDG=MON OSM_load_config OSM_git_checkout "$@" python -m py_compile kafkad @@ -37,9 +39,9 @@ service kafka start #Start VMWare install script INFO "Installing vROPs Web Service" -. plugins/vRealiseOps/vROPs_Webservice/install.sh -INFO "Startinv vrops Web Service" -python plugins/vRealiseOps/vROPs_Webservice/vrops_webservice +. osm_mon/plugins/vRealiseOps/vROPs_Webservice/install.sh +INFO "Starting vrops Web Service" +python osm_mon/plugins/vRealiseOps/vROPs_Webservice/vrops_webservice RC=$? INFO "done, RC=$RC"