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

Change-Id: I6ce594bdcc8d7da9185f3ec50edd10f7b2273fe7
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index a6d94f8..4d03a09 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -219,7 +219,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
@@ -268,7 +270,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