1
0
Fork 0

fixed duplicate variable declaration

to fix failing build: https://jenkins.llvm-merge-guard.org/job/amd64_debian_testing_clang8/432/console
This commit is contained in:
Christian Kühnel 2019-12-11 13:04:36 +01:00
parent af69bd37f4
commit 164610f284

View file

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