From aaf33c821ef5a76ade77a5d777ddcd2aefc53382 Mon Sep 17 00:00:00 2001 From: anand-nv <105917641+anand-nv@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:05:08 +0530 Subject: [PATCH] Update Jenkinsfile Only mount TestData from path Signed-off-by: anand-nv <105917641+anand-nv@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f29de1a90..fd7a2c988 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { docker { image 'tnitn_ci_py310:24.07' - args '-v /mnt/jenkins/jenkinsci:/home/jenkins -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""' + args '-v /mnt/jenkins/jenkinsci/TestData:/home/jenkins/TestData -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""' } } options {