added env variable for result storage
This commit is contained in:
parent
8fcc871833
commit
819dac1b36
1 changed files with 3 additions and 2 deletions
1
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
1
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -26,6 +26,7 @@ pipeline {
|
||||||
BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}"
|
BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}"
|
||||||
TARGET_DIR = "/mnt/nfs/results/${BUILD_ID}"
|
TARGET_DIR = "/mnt/nfs/results/${BUILD_ID}"
|
||||||
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
||||||
|
RESULT_DIR = "C:\\results\\${BUILD_ID}"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
|
|
Loading…
Reference in a new issue