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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
99424e0971
commit
49e84497eb
|
@ -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 .")
|
||||
docker.build('cypress-setup:latest', "-f ./Dockerfile.e2e . -v ./node_modules:/node_modules")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue