diff --git a/Jenkinsfile b/Jenkinsfile index a32d36d..c31f93b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ pipeline { ansiColor('xterm') { sh ''' . ${PYTHON_VENV}/bin/activate - export VIDE_PREDOWNLOAD=/build/jenkins/vide_downloads + export VIDE_PREDOWNLOAD=/jenkins-cache/vide_downloads if ! test -d ${VIDE_PREDOWNLOAD}; then mkdir ${VIDE_PREDOWNLOAD} fi