Skip to content

Commit

Permalink
Merge pull request #18050 from mardekanian/master
Browse files Browse the repository at this point in the history
resolve personal builds jenkins issue
  • Loading branch information
AdamBrousseau authored Aug 30, 2023
2 parents b1d2cc8 + 8bdabd6 commit 080f0db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ ghprbTargetBranch = (params.ghprbTargetBranch) ? params.ghprbTargetBranch : ""
echo "ghprbTargetBranch:'${ghprbTargetBranch}'"
ghprbActualCommit = (params.ghprbActualCommit) ? params.ghprbActualCommit : ""
echo "ghprbActualCommit:'${ghprbActualCommit}'"
ghprbPullLink = (params.ghprbPullLink) ? params.ghprbPullLink : ""
echo "ghprbPullLink:'${ghprbPullLink}'"

// If custom repo/branch/refspec is passed, use it,
// elif build is OpenJ9 PR, use pr merge-ref/refspec,
Expand Down

0 comments on commit 080f0db

Please sign in to comment.