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
b52955276a
commit
8108aca31f
|
@ -102,7 +102,7 @@ pipeline {
|
|||
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
|
||||
cleanDockerE2E()
|
||||
sh "pnpm exec cypress install"
|
||||
sh "docker build -t cypress-setup:latest -f ./test/cypress/Dockerfile ."
|
||||
// sh "docker build -t cypress-setup:latest -f ./test/cypress/Dockerfile ."
|
||||
docker.build('cypress-setup:latest', "-f ./test/cypress/Dockerfile .")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue