We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b95481 commit 438172aCopy full SHA for 438172a
1 file changed
jenkins-job-generator/definitions/jtreg-job.yml
@@ -45,7 +45,7 @@
45
} else {
46
def match = params.TAG =~ /jtreg-*([0-9]+(\.[0-9]+)*)((\+|-b)([0-9]+))*/
47
jtregVersion = match[0][1]
48
- jtregBuild = matcher[0][5]
+ jtregBuild = match[0][5]
49
if (jtregBuild == null) {
50
jtregBuild = "1"
51
0 commit comments