[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" ]