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:
parent
af69bd37f4
commit
164610f284
1 changed files with 0 additions and 1 deletions
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -28,7 +28,6 @@ pipeline {
|
||||||
RESULT_URL = "http://results.llvm-merge-guard.org/${BUILD_ID}"
|
RESULT_URL = "http://results.llvm-merge-guard.org/${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}/build/diff.json"
|
||||||
TARGET_DIR="/mnt/nfs/results/${JOB_BASE_NAME}-${BUILD_NUMBER}"
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build info"){
|
stage("build info"){
|
||||||
|
|
Loading…
Reference in a new issue