File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 33source test/scripts/jenkins_test_setup.sh
44
55if [[ -z " $CODE_COVERAGE " ]]; then
6-
7- destDir=" build/kibana-build-oss"
8- if [[ ! " $TASK_QUEUE_PROCESS_ID " ]]; then
9- destDir=" ${destDir} -${CI_PARALLEL_PROCESS_NUMBER} "
10- fi
6+ destDir=" $WORKSPACE /kibana-build-oss-${TASK_QUEUE_PROCESS_ID:- $CI_PARALLEL_PROCESS_NUMBER } "
117
128 if [[ ! -d $destDir ]]; then
139 mkdir -p $destDir
Original file line number Diff line number Diff line change 33source test/scripts/jenkins_test_setup.sh
44
55if [[ -z " $CODE_COVERAGE " ]]; then
6-
7- destDir=" build/kibana-build-xpack"
8- if [[ ! " $TASK_QUEUE_PROCESS_ID " ]]; then
9- destDir=" ${destDir} -${CI_PARALLEL_PROCESS_NUMBER} "
10- fi
6+ destDir=" $WORKSPACE /kibana-build-xpack-${TASK_QUEUE_PROCESS_ID:- $CI_PARALLEL_PROCESS_NUMBER } "
117
128 if [[ ! -d $destDir ]]; then
139 mkdir -p $destDir
You can’t perform that action at this time.
0 commit comments