Merge "Member-only migration for Jenkins scripts."
diff --git a/jjb/comac-in-a-box-gerrit.yaml b/jjb/comac-in-a-box-gerrit.yaml
index 7eac98b..cf12159 100644
--- a/jjb/comac-in-a-box-gerrit.yaml
+++ b/jjb/comac-in-a-box-gerrit.yaml
@@ -27,7 +27,7 @@
comment-contains-value: '(?i)^.*recheck$'
projects:
- project-compare-type: REG_EXP
- project-pattern: 'helm-charts'
+ project-pattern: 'aether-helm-charts'
branches:
- branch-compare-type: REG_EXP
branch-pattern: '{all-branches-regexp}'
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}"
"""
}
}