ci: refs #6695 update Cypress Docker setup and improve container management in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-19 09:25:41 +01:00
parent a741419141
commit 251e45160c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -103,7 +103,7 @@ pipeline {
cleanDockerE2E()
sh "pnpm exec cypress install"
// sh "docker build -t cypress-setup:latest -f ./test/cypress/Dockerfile ."
docker.build('cypress-setup:latest', "-f ./Dockerfile.e2e . -v ./node_modules:/node_modules")
docker.build('cypress-setup:latest', "-f ./Dockerfile.e2e .")
}
}