File tree Expand file tree Collapse file tree
jenkins-job-generator/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
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"
You can’t perform that action at this time.
0 commit comments