commit | 0490a65119718d23d1f9b5ad87b8efed9b265f5c | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Fri Jan 17 13:42:40 2020 -0800 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Fri Jan 17 13:42:40 2020 -0800 |
tree | 3d2ab79d3028531fc764f8681b585058c5411170 | |
parent | afc46473f4226aa7923cad0727a790658659239c [diff] [blame] |
Add cord helm repo in chart-api-test-helm.groovy Change-Id: If06b778967c1ab42743fdf5eee09f2cf15cd00ff
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy index abb5e68..f42e2ee 100644 --- a/jjb/pipeline/chart-api-test-helm.groovy +++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -73,6 +73,7 @@ helm init sleep 60 helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ + helm repo add cord https://charts.opencord.org ''' } }