fixing jenkins home workspace directory in podconfigs for new jenkins

Change-Id: Icb80c0d5230abb76c9648b68c50c3ee570ae40a2
diff --git a/qct-pod4.yml b/qct-pod4.yml
index c6f00a0..88b38ca 100644
--- a/qct-pod4.yml
+++ b/qct-pod4.yml
@@ -34,7 +34,7 @@
 # NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
 # gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
 # one level up from the `cord` directory
-host_cord_profile_dir: "/var/jenkins_home/workspace/cord_profile"
+host_cord_profile_dir: "/var/jenkins_home_new/workspace/cord_profile"
 
 build_targets:
   - 'setup-automation'