1
0
Fork 0

moved diff.json to workspace

This commit is contained in:
Christian Kühnel 2019-11-18 11:54:25 +01:00
parent 4ebb7edb11
commit 2976760fc1

View file

@ -27,7 +27,7 @@ pipeline {
TARGET_DIR = "/mnt/nfs/results/${MY_BUILD_ID}"
RESULT_URL = "http://results.llvm-merge-guard.org/${MY_BUILD_ID}"
TEST_REPORT = "${WORKSPACE}/build/test-results.xml"
DIFF_JSON = "${WORKSPACE}/build/diff.json"
DIFF_JSON = "${WORKSPACE}/diff.json"
}
stages {
stage("build info"){