POD config file location changes
Change-Id: Ie26749c288c369a3e6d77ea9d3edc6b9a3e334dc
diff --git a/Jenkinsfile.newBuildSystem b/Jenkinsfile.newBuildSystem
index 70bfe8e..6480dd1 100644
--- a/Jenkinsfile.newBuildSystem
+++ b/Jenkinsfile.newBuildSystem
@@ -79,11 +79,11 @@
}
stage ("Download CORD POD configuration") {
- sh "cd podconfig; git clone -b ${branch} ${deployment_config.pod_config.repo_url} automation"
+ sh "cd ../orchestration/profiles; git clone -b ${branch} ${deployment_config.pod_config.repo_url} automation"
}
stage ("Generate CORD configuration") {
- sh "make PODCONFIG=automation/${deployment_config.pod_config.file_name} config"
+ sh "make USECASE=${pod_config.cord_profile} PODCONFIG_D=../orchestration/profiles PODCONFIG=automation/${deployment_config.pod_config.file_name} config"
}
if (deployment_config.fabric_switches != null) {