ci: refs #6695 CI env var moved to test stage
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-21 12:12:18 +01:00
parent 22a173b7f7
commit 1a137f5f3d
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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 {