Skip to content

Commit

Permalink
Set SDK variables in the OMR build
Browse files Browse the repository at this point in the history
Related eclipse-openj9#2272
[skip ci]

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
  • Loading branch information
AdamBrousseau committed Sep 5, 2018
1 parent e295911 commit 6ac3dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenv/jenkins/jobs/pipelines/Pipeline-OMR-Acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ timeout(time: 10, unit: 'HOURS') {
variableFile.set_slack_channel()
variableFile.set_user_credentials()
variableFile.set_vendor_variables()
variableFile.set_sdk_variables()

// fetch SHAs
ALL_SHAS['OPENJ9'] = buildFile.get_sha(OPENJ9_REPO, OPENJ9_BRANCH)
Expand Down

0 comments on commit 6ac3dee

Please sign in to comment.