From 00f43b36b8b78e065db81058d35253e55bf3597c Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Feb 2025 13:01:24 +0100 Subject: [PATCH] ci: refs #6695 try use cache --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c30788ce06..d8b2282c5dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -108,8 +108,7 @@ pipeline { -e TZ=Europe/Madrid -e DOCKER=true -e CI=true - -v ${env.WORKSPACE}:/app - -v ${env.WORKSPACE}/cypress-cache:/home/node/.cache/Cypress + -v .:/app -w /app """.stripIndent()) { sh 'pnpm exec cypress install'