1
0
Fork 0

fixed link URL

This commit is contained in:
Christian Kühnel 2019-10-24 12:51:47 -07:00
parent 9b82f79698
commit ba4c71fb12

View file

@ -23,9 +23,8 @@ pipeline {
PHABRICATOR_HOST = 'https://reviews.llvm.org'
PHAB_LOG = "${WORKSPACE}/build/.phabricator-comment"
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
RESULT_URL = "http://results.llvm-merge-guard.org/${BUILD_ID}"
RESULT_URL = "http://results.llvm-merge-guard.org/${JOB_BASE_NAME}-${BUILD_NUMBER}"
TEST_REPORT = "${WORKSPACE}/build/test-results.xml"
}
stages {
stage("build info"){
@ -88,7 +87,7 @@ EOF
--conduit-token "${CONDUIT_TOKEN}" \
--test-result-file "${TEST_REPORT}" \
--comment-file "${PHAB_LOG}" \
--host "https://reviews.llvm.org/api/"
--host "${PHABRICATOR_HOST}/api/"
'''
}
}