Member-only migration for Jenkins scripts.

Change-Id: I1284156d441bc0bd2b30d72cebc28f0725038c1d
diff --git a/jjb/pipeline/comac-in-a-box-github.groovy b/jjb/pipeline/comac-in-a-box-github.groovy
index eeaa964..5153b6c 100644
--- a/jjb/pipeline/comac-in-a-box-github.groovy
+++ b/jjb/pipeline/comac-in-a-box-github.groovy
@@ -30,9 +30,8 @@
   }
 
   environment {
-
-    omec_cp = "$HOME/cord/helm-charts/omec/omec-control-plane/values.yaml"
-    omec_dp = "$HOME/cord/helm-charts/omec/omec-data-plane/values.yaml"
+    omec_cp = "$HOME/cord/aether-helm-charts/omec/omec-control-plane/values.yaml"
+    omec_dp = "$HOME/cord/aether-helm-charts/omec/omec-data-plane/values.yaml"
   }
 
   stages {
@@ -48,8 +47,8 @@
           """
         sh label: 'helm-charts Repo Fresh Clone', script: """
           cd $HOME/cord/
-          rm -rf helm-charts/
-          git clone https://gerrit.opencord.org/helm-charts
+          rm -rf aether-helm-charts/
+          git clone ssh://jeremyr@gerrit.opencord.org:29418/aether-helm-charts
           """
       }
     }
@@ -113,12 +112,6 @@
             echo "The project ${params.project} is not supported. Aborting job."
             exit 1
           fi
-
-          echo "omec_cp:"
-          cat "${omec_cp}"
-
-          echo "omec_dp:"
-          cat "${omec_dp}"
         """
       }
     }