Skip to content

Commit

Permalink
contrib/intel/jenkins: Add back missing DELETE_LOCATION
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
  • Loading branch information
zachdworkin committed Mar 8, 2024
1 parent 8848958 commit 263ce57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ pipeline {
WITH_ENV="'PATH+EXTRA=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin:$PYTHONPATH'"
RUN_LOCATION="${env.WORKSPACE}/${SCRIPT_LOCATION}/"
CUSTOM_WORKSPACE="${CB_HOME}/workspace/${JOB_NAME}/${env.BUILD_NUMBER}"
DELETE_LOCATION="${env.CUSTOM_WORKSPACE}/middlewares"
LOG_DIR = "${env.CUSTOM_WORKSPACE}/log_dir"
}
stages {
Expand Down

0 comments on commit 263ce57

Please sign in to comment.