[CORD-3185]v3

Fix incorrect variable name

Change-Id: I9b39aa749e9d9505b47f1e0dd61d63dd6a9d93c1
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" ]