Fix global variables
Remove terraform-validate job
Disable using jeepyb cache
Fix namespace
Disable using JJB cache

Related-PROD: RE-336

Change-Id: I2a5d6791dc1b0d182b9d08a6b6f061aefb793678
diff --git a/common/pipelines/update-jenkins-jobs.groovy b/common/pipelines/update-jenkins-jobs.groovy
index 4bb3702..26c6ee5 100644
--- a/common/pipelines/update-jenkins-jobs.groovy
+++ b/common/pipelines/update-jenkins-jobs.groovy
@@ -47,7 +47,7 @@
         }
     }
 
-    stage('Get JJB cache') {
+    /*stage('Get JJB cache') {
         dir(cacheHome) {
             response = httpRequest \
                 url: artCacheUrl,
@@ -61,7 +61,7 @@
                    dir: '.cache'
             }
         }
-    }
+    }*/
 
     stage('Update JJB jobs') {
         if (env.MAINTAIN_MODE.toLowerCase() == 'false') {
@@ -149,7 +149,7 @@
         }
     }
 
-    stage('Save JJB cache') {
+    /*stage('Save JJB cache') {
         dir(cacheHome) {
             sh "rm -f ${artCacheFile}"
             zip \
@@ -163,7 +163,7 @@
                 multipartName: 'file',
                 uploadFile: artCacheFile
         }
-    }
+    }*/
 }
 
 String podTpl = """
diff --git a/common/test-jenkins-jobs.yaml b/common/test-jenkins-jobs.yaml
index 80f71e8..ca12f53 100644
--- a/common/test-jenkins-jobs.yaml
+++ b/common/test-jenkins-jobs.yaml
@@ -26,7 +26,7 @@
         server-name: '{gerrit-server}'
         projects:
         - project-compare-type: PLAIN
-          project-pattern: mcp-ci/jenkins-jobs
+          project-pattern: infra/jenkins-jobs
           branches:
           - branch-pattern: 'master'
           file-paths:
diff --git a/common/update-jenkins-config.yaml b/common/update-jenkins-config.yaml
index 9be1f85..cf16a53 100644
--- a/common/update-jenkins-config.yaml
+++ b/common/update-jenkins-config.yaml
@@ -27,7 +27,7 @@
         #    comment-contains-value: '(?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(rebuild|recheck|retest|reverify)'
         projects:
         - project-compare-type: 'PLAIN'
-          project-pattern: 'mcp-ci/jenkins-config'
+          project-pattern: 'infra/jenkins-config'
           branches:
           - branch-compare-type: 'PLAIN'
             branch-pattern: '{jcasc_branch}'
diff --git a/common/update-jenkins-jobs.yaml b/common/update-jenkins-jobs.yaml
index fdb6a03..50529b2 100644
--- a/common/update-jenkins-jobs.yaml
+++ b/common/update-jenkins-jobs.yaml
@@ -12,7 +12,7 @@
       <p>Requires python-tox package and user credentials stored as JJB_USER and JJB_PASSWORD</p>
     concurrent: false
 
-    jjb_project: 'mcp-ci/jenkins-jobs'
+    jjb_project: 'infra/jenkins-jobs'
 
     properties:
     - build-discarder: