fixed link URL
This commit is contained in:
parent
9b82f79698
commit
ba4c71fb12
1 changed files with 2 additions and 3 deletions
5
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
5
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -23,9 +23,8 @@ pipeline {
|
||||||
PHABRICATOR_HOST = 'https://reviews.llvm.org'
|
PHABRICATOR_HOST = 'https://reviews.llvm.org'
|
||||||
PHAB_LOG = "${WORKSPACE}/build/.phabricator-comment"
|
PHAB_LOG = "${WORKSPACE}/build/.phabricator-comment"
|
||||||
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
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"
|
TEST_REPORT = "${WORKSPACE}/build/test-results.xml"
|
||||||
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build info"){
|
stage("build info"){
|
||||||
|
@ -88,7 +87,7 @@ EOF
|
||||||
--conduit-token "${CONDUIT_TOKEN}" \
|
--conduit-token "${CONDUIT_TOKEN}" \
|
||||||
--test-result-file "${TEST_REPORT}" \
|
--test-result-file "${TEST_REPORT}" \
|
||||||
--comment-file "${PHAB_LOG}" \
|
--comment-file "${PHAB_LOG}" \
|
||||||
--host "https://reviews.llvm.org/api/"
|
--host "${PHABRICATOR_HOST}/api/"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue