Skip to content

Commit b835fe7

Browse files
committed
Small fix
1 parent e560f9f commit b835fe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jenkins-job-generator/definitions/jtreg-job.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
- string:
1616
name: BUILD_VERSION
1717
default: '9.9'
18-
description: 'Manually set the JTREG version. Only used when TAG parameter is "master"'
18+
description: 'Manually set the JTREG version. Only used when TAG parameter is "master".'
1919
- string:
2020
name: BUILD_NUMBER
2121
default: '99'
22-
description: 'Manually set the JTREG build number. Only used when TAG parameter is "master"'
22+
description: 'Manually set the JTREG build number. Only used when TAG parameter is "master".'
2323
dsl: |
2424
pipeline {
2525
agent {
@@ -56,7 +56,7 @@
5656
jtregBuild = jtregBuild.toInteger()
5757
}
5858
}
59-
if (version.toFloat() < 6) {
59+
if (jtregVersion.toFloat() < 6) {
6060
env.BUILD_VERSION = jtregVersion
6161
env.BUILD_NUMBER = jtregBuild
6262
env.BUILD_SCRIPT = "build-all.sh"

0 commit comments

Comments
 (0)