added missing variable
This commit is contained in:
parent
55a03f6fe7
commit
2d99bc3e0e
1 changed files with 2 additions and 0 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -24,6 +24,8 @@ pipeline {
|
|||
PHAB_LOG = "${WORKSPACE}/build/.phabricator-comment"
|
||||
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
||||
RESULT_URL = "http://results.llvm-merge-guard.org/${BUILD_ID}"
|
||||
TEST_REPORT = "${WORKSPACE}/build/test-results.xml"
|
||||
|
||||
}
|
||||
stages {
|
||||
stage("build info"){
|
||||
|
|
Loading…
Reference in a new issue