CORD-2473 Allow PODCONFIG or PODCONFIG_PATH

Change-Id: Ie62f2c2936fe95d02706364e80d2aa25724b2003
diff --git a/Jenkinsfile.newBuildSystem b/Jenkinsfile.newBuildSystem
index 78685e4..3f2f298 100644
--- a/Jenkinsfile.newBuildSystem
+++ b/Jenkinsfile.newBuildSystem
@@ -83,7 +83,7 @@
                 }
 
                 stage ("Generate CORD configuration") {
-                    sh "make USECASE=${pod_config.cord_profile} PODCONFIG_D=../orchestration/profiles PODCONFIG=automation/${deployment_config.pod_config.file_name} config"
+                    sh "make PODCONFIG_PATH=../orchestration/profiles/automation/${deployment_config.pod_config.file_name} config"
                 }
 
                 if (deployment_config.fabric_switches != null) {