From 1a137f5f3dbcc8e8a330f326b1cff46a71172340 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 21 Feb 2025 12:12:18 +0100 Subject: [PATCH] ci: refs #6695 CI env var moved to test stage --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 69c8de932..cf5a0eff1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,6 +88,8 @@ pipeline { } environment { NODE_ENV = "" + CI = 'true' + TZ = 'Europe/Madrid' } parallel { stage('Unit') { @@ -108,8 +110,6 @@ pipeline { CREDENTIALS = credentials('docker-registry') COMPOSE_PROJECT = "${PROJECT_NAME}-${env.BUILD_ID}" COMPOSE_PARAMS = "-p ${env.COMPOSE_PROJECT} -f test/cypress/docker-compose.yml --project-directory ." - TZ = 'Europe/Madrid' - CI = 'true' } steps { script {