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:14:55 +01:00
parent b52955276a
commit 8108aca31f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 .")
}