fix: path for vide predownload

This commit is contained in:
Guilhem Lavaux 2025-03-08 18:30:49 +01:00
parent 1f03b55899
commit 5d7659c320

2
Jenkinsfile vendored
View file

@ -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