ci: refs #6695 update Jenkinsfile remove unnecessary environment variables
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-20 07:50:13 +01:00
parent 61cccf5a63
commit 3d6cf29afa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -107,7 +107,7 @@ pipeline {
-e TZ=Europe/Madrid
-e DOCKER=true
-e CI=true
-e CYPRESS_CACHE_FOLDER=/home/node/.cache/Cypress
-v "$HOME/.cypress-cache":/home/node/.cache/Cypress
""".stripIndent()) {
sh 'pnpm exec cypress run --browser chromium'
}