commit | a3470b7dd6620c2420150e426d34491dea87843b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Mar 17 12:26:47 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Mar 17 12:26:47 2020 -0700 |
tree | 51eb38e2d93482fee57b93dde7a007e734f08f77 | |
parent | 463f31b3488fda4e2aee508c12145ee2894285f1 [diff] |
Updating helm-repo to get latest chart before installing pod in voltha-scale-measurement job Change-Id: Ie6b5efd9461af68240b6af8412bc12fc3c8713e8
diff --git a/jjb/pipeline/voltha-scale-measurements.groovy b/jjb/pipeline/voltha-scale-measurements.groovy index b3cdef7..4fcb401 100644 --- a/jjb/pipeline/voltha-scale-measurements.groovy +++ b/jjb/pipeline/voltha-scale-measurements.groovy
@@ -56,6 +56,7 @@ } steps { sh ''' + helm repo update helm install -n nem-monitoring cord/nem-monitoring IFS=: read -r onosRepo onosTag <<< ${onosImg}