ci: refs #6695 refactor Cypress setup in Jenkinsfile and replace local docker-compose with new configuration
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-19 12:24:35 +01:00
parent 536eb5996e
commit bd522c301f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -102,7 +102,7 @@ pipeline {
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d" sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d"
def networkLowerCase = env.NETWORK.toLowerCase() def networkLowerCase = env.NETWORK.toLowerCase()
def image = docker.image('cypress-setup', , "-f ./test/cypress/Dockerfile .") def image = docker.image('cypress-setup', "-f ./test/cypress/Dockerfile .")
image.inside(""" image.inside("""
--network ${networkLowerCase}_default \ --network ${networkLowerCase}_default \
-e TZ=Europe/Madrid \ -e TZ=Europe/Madrid \