moved diff.json to workspace
This commit is contained in:
parent
4ebb7edb11
commit
2976760fc1
1 changed files with 1 additions and 1 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -27,7 +27,7 @@ pipeline {
|
||||||
TARGET_DIR = "/mnt/nfs/results/${MY_BUILD_ID}"
|
TARGET_DIR = "/mnt/nfs/results/${MY_BUILD_ID}"
|
||||||
RESULT_URL = "http://results.llvm-merge-guard.org/${MY_BUILD_ID}"
|
RESULT_URL = "http://results.llvm-merge-guard.org/${MY_BUILD_ID}"
|
||||||
TEST_REPORT = "${WORKSPACE}/build/test-results.xml"
|
TEST_REPORT = "${WORKSPACE}/build/test-results.xml"
|
||||||
DIFF_JSON = "${WORKSPACE}/build/diff.json"
|
DIFF_JSON = "${WORKSPACE}/diff.json"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build info"){
|
stage("build info"){
|
||||||
|
|
Loading…
Reference in a new issue