1
0
Fork 0

added missing variable

This commit is contained in:
Christian Kühnel 2019-10-24 05:03:31 -07:00
parent 55a03f6fe7
commit 2d99bc3e0e

View file

@ -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"){