fix: add --init flag to Cypress Docker container for improved stability
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-03-06 11:50:38 +01:00
parent 267d74046a
commit fa23974098
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -121,7 +121,7 @@ pipeline {
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") {
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") {
sh 'cypress run --browser chromium || true'
}
}