updates to the build job
Change-Id: I6d2fa7fcd8fd5313494320861282a8e42abf6cce
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 45dc634..6bb08f1 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -16,10 +16,9 @@
timeout (100) {
try {
stage ("Parse deployment configuration file") {
- sh returnStdout: true, script: "rm -rf helm-repo-tools ${configBaseDir} kind-voltha voltha-system-tests"
+ sh returnStdout: true, script: "rm -rf helm-repo-tools ${configBaseDir} voltha-system-tests"
sh returnStdout: true, script: "git clone -b ${branch} ${cordRepoUrl}/helm-repo-tools"
sh returnStdout: true, script: "git clone -b ${branch} ${cordRepoUrl}/${configBaseDir}"
- sh returnStdout: true, script: "git clone https://github.com/ciena/kind-voltha.git"
sh returnStdout: true, script: "git clone -b ${branch} ${cordRepoUrl}/voltha-system-tests"
deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml"
}