ci: refs #6695 try use cache
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-02-19 13:01:24 +01:00
parent 35c0fefbc9
commit 00f43b36b8
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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