updates to Jenkins build job and variables
Change-Id: I2abcebf917d853e086f964d1b090a0f1e3b8e218
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 21eb2d8..3f25e40 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -16,10 +16,11 @@
timeout (100) {
try {
stage ("Parse deployment configuration file") {
- sh returnStdout: true, script: "rm -rf helm-repo-tools ${configBaseDir}"
+ sh returnStdout: true, script: "rm -rf helm-repo-tools ${configBaseDir} kind-voltha"
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"
}
stage('Clean up') {