8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit f999304ea8 - Show all commits

3
Jenkinsfile vendored
View File

@ -92,6 +92,7 @@ pipeline {
environment {
NODE_ENV = ""
CREDENTIALS = credentials('docker-registry')
CYPRESS_CACHE = "${WORKSPACE}/.cypress-cache"
}
steps {
script {
@ -107,7 +108,7 @@ pipeline {
-e TZ=Europe/Madrid
-e DOCKER=true
-e CI=true
-v "$HOME/.cypress-cache":/home/node/.cache/Cypress
-v $CYPRESS_CACHE:/home/node/.cache/Cypress \
""".stripIndent()) {
sh 'pnpm exec cypress run --browser chromium'
}