feat: refs #6695 update cypress-cache volume path in docker-compose.e2e.yml
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-13 10:08:51 +01:00
parent 8dba602771
commit 5375e98c91
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -101,8 +101,8 @@ pipeline {
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
cleanDockerE2E()
env.CYPRESS_CACHE_FOLDER = "/test/cypress"
sh "pnpm exec cypress install"
sh "echo cypress cache path"
// sh "docker network create ${env.NETWORK} || true"
}