fix: refs #6695 up with pull
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-03-14 11:23:15 +01:00
parent 2c4ee50f46
commit 58c3d47a2f
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -121,10 +121,10 @@ pipeline {
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
sh "docker-compose ${env.COMPOSE_PARAMS} up -d --pull always"
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") {
sh 'sh test/cypress/cypressParallel.sh 1'
sh 'sh test/cypress/cypressParallel.sh 2'
}
}
}