From 2976760fc18b76f90d39458a91a7ca8501ea8bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 18 Nov 2019 11:54:25 +0100 Subject: [PATCH] moved diff.json to workspace --- Jenkins/Phabricator-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 1cc7f4e..2aadb51 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -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"){