Skip to content

Commit

Permalink
Merge pull request #3258 from vsebe/openj9.pipelines
Browse files Browse the repository at this point in the history
Fix incorrect property for test pipelines nodes
  • Loading branch information
pshipton authored Oct 12, 2018
2 parents 4ed2b03 + a5ffb01 commit 0af1948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/pipeline-functions
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def build_with_artifactory(JOB_NAME, VARIABLE_FILE, VENDOR_REPO, VENDOR_BRANCH,
string(name: 'VENDOR_REPO', value: VENDOR_REPO),
string(name: 'VENDOR_BRANCH', value: VENDOR_BRANCH),
string(name: 'VENDOR_CREDENTIALS_ID', value: VENDOR_CREDENTIALS_ID),
string(name: 'NODE', value: NODE),
string(name: 'LABEL', value: NODE),
string(name: 'OPENJ9_REPO', value: OPENJ9_REPO),
string(name: 'OPENJ9_BRANCH', value: OPENJ9_BRANCH),
string(name: 'OPENJ9_SHA', value: OPENJ9_SHA),
Expand Down

0 comments on commit 0af1948

Please sign in to comment.