From 5d7659c320c1e5852cf1e1ae2ee67b8297e50ab3 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sat, 8 Mar 2025 18:30:49 +0100 Subject: [PATCH] fix: path for vide predownload --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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