Skip to content

Commit d87e8e3

Browse files
author
AnHeuermann
committed
Fixing wrong var name in Jenkinsfile
1 parent 9bda18a commit d87e8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmi-cross-check/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def getOMSVersion(omsCall) {
331331
String omsVersionShort = omsVersion
332332
String omsBuildNumber = "0"
333333
if (omsVersionShort.contains("post")) {
334-
(omsVersionShort, omsBuildNumber) = version.split(".post")
334+
(omsVersionShort, omsBuildNumber) = omsVersion.split(".post")
335335
omsBuildNumber = omsVersionShort + "-" + omsBuildNumber.split("-")[0]
336336
omsVersionShort = omsVersionShort[0..-1]
337337
}

0 commit comments

Comments
 (0)