Skip to content

Commit df68582

Browse files
committed
Casting stuff
1 parent ef58924 commit df68582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def resolveBranchName(String featureBranchPRMinusNo, String orgName, String repo
620620
def branchNoMatcher = featureBranchPRMinusNo =~ /PR-(.*)/
621621
assert branchNoMatcher.find()
622622

623-
def prNo = branchNoMatcher[0][1]
623+
String prNo = branchNoMatcher[0][1]
624624
log("i", "PR number" + prNo)
625625

626626
// curl the repo based on the feature branch no to get the branch information

0 commit comments

Comments
 (0)