Change position of the helm mgmt scripts to share it between multiple repos

Change-Id: I6ce594bdcc8d7da9185f3ec50edd10f7b2273fe7
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy
index 4b2cf96..570cc5f 100644
--- a/jjb/pipeline/xos-synchronizer-update.groovy
+++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -241,7 +241,9 @@
            pushd cord/helm-charts
 
            helm install -f examples/kafka-single.yaml --version 0.8.8 -n cord-kafka incubator/kafka
-           scripts/wait_for_pods.sh
+
+           git clone https://gerrit.opencord.org/helm-repo-tools
+           helm-repo-tools/wait_for_pods.sh
 
            helm dep up xos-core
            helm install \${helm_install_args} xos-core -n xos-core
@@ -286,7 +288,7 @@
            fi
 
            # wait for services to load
-           JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh
+           JOBS_TIMEOUT=900 ./helm-repo-tools/wait_for_jobs.sh
 
            echo "# Checking helm deployments"
            kubectl get pods