fixed paths
This commit is contained in:
parent
c24fa9e2c2
commit
f8b67cbad1
1 changed files with 2 additions and 2 deletions
4
Jenkins/release-pipeline/Jenkinsfile
vendored
4
Jenkins/release-pipeline/Jenkinsfile
vendored
|
@ -27,8 +27,8 @@ pipeline {
|
|||
MY_BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}"
|
||||
TARGET_DIR="/mnt/nfs/results/${MY_BUILD_ID}"
|
||||
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
||||
RESULT_DIR = "${WORKSPACE}\\results"
|
||||
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
||||
RESULT_DIR = "${WORKSPACE}/results"
|
||||
LLVM_DIR = "${WORKSPACE}/llvm-project"
|
||||
}
|
||||
stages {
|
||||
stage("git checkout"){
|
||||
|
|
Loading…
Reference in a new issue