commit | 2d0ac6bf0deb6fa2abf641657e99740ff5cc46e3 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Jun 29 09:17:41 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Jun 29 09:17:41 2018 -0700 |
tree | 518307c4b84ea607f000079f878553ad0981e3e2 | |
parent | 58a79fe2e76eb9a845c824bcdfcfad9161f588d7 [diff] |
[CORD-3185]v3 Fix incorrect variable name Change-Id: I9b39aa749e9d9505b47f1e0dd61d63dd6a9d93c1
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy index c779be3..e8b7c01 100644 --- a/jjb/pipeline/all-xos-api-test-helm.groovy +++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -50,7 +50,7 @@ VERSIONFILE="" # file path to file containing version number NEW_VERSION="" # version number found in VERSIONFILE - release_version=0 + releaseversion=0 function read_version { if [ -f "VERSION" ]
diff --git a/jjb/pipeline/helm-api-test.groovy b/jjb/pipeline/helm-api-test.groovy index e96e566..271e617 100644 --- a/jjb/pipeline/helm-api-test.groovy +++ b/jjb/pipeline/helm-api-test.groovy
@@ -35,7 +35,7 @@ VERSIONFILE="" # file path to file containing version number NEW_VERSION="" # version number found in VERSIONFILE - release_version=0 + releaseversion=0 function read_version { if [ -f "VERSION" ]