From c79e3d1013b237ebad6dbdbfe116b722e0b4ad58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 16 Jan 2020 09:13:10 +0100 Subject: [PATCH] added missing dirs --- .../Phabricator-windows-pipeline/Jenkinsfile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile index 807d030..54fc548 100644 --- a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile @@ -21,14 +21,16 @@ pipeline { string(name: 'PHID') } environment { - CONDUIT_TOKEN = credentials('phabricator-conduit-token') - PHABRICATOR_HOST = 'https://reviews.llvm.org' - PHAB_LOG = "${WORKSPACE}/build/.phabricator-comment" - SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts" - MY_BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}" - TARGET_DIR = "/mnt/nfs/results/${MY_BUILD_ID}" - RESULT_URL = "http://results.llvm-merge-guard.org/${MY_BUILD_ID}" - DIFF_JSON = "${WORKSPACE}/build/diff.json" + CONDUIT_TOKEN = credentials('phabricator-conduit-token') + PHABRICATOR_HOST = 'https://reviews.llvm.org' + PHAB_LOG = "${WORKSPACE}/build/.phabricator-comment" + MY_BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}" + TARGET_DIR = "/mnt/nfs/results/${MY_BUILD_ID}" + RESULT_URL = "http://results.llvm-merge-guard.org/${MY_BUILD_ID}" + DIFF_JSON = "${WORKSPACE}/build/diff.json" + SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts" + RESULT_DIR = "${WORKSPACE}\\results" + LLVM_DIR = "${WORKSPACE}\\llvm-project" } stages { stage("build info"){