Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCLanger committed Aug 1, 2021
1 parent 1b95481 commit 438172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-job-generator/definitions/jtreg-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
} else {
def match = params.TAG =~ /jtreg-*([0-9]+(\.[0-9]+)*)((\+|-b)([0-9]+))*/
jtregVersion = match[0][1]
jtregBuild = matcher[0][5]
jtregBuild = match[0][5]
if (jtregBuild == null) {
jtregBuild = "1"
} else {
Expand Down

0 comments on commit 438172a

Please sign in to comment.