Skip to content

Commit 438172a

Browse files
committed
small fix
1 parent 1b95481 commit 438172a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
} else {
4646
def match = params.TAG =~ /jtreg-*([0-9]+(\.[0-9]+)*)((\+|-b)([0-9]+))*/
4747
jtregVersion = match[0][1]
48-
jtregBuild = matcher[0][5]
48+
jtregBuild = match[0][5]
4949
if (jtregBuild == null) {
5050
jtregBuild = "1"
5151
} else {

0 commit comments

Comments
 (0)