refs #5517 Set tests timezone
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-04-28 19:53:13 +02:00
parent eb2c2b386a
commit ddec9fe406
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -52,6 +52,7 @@ pipeline {
}}}
environment {
NODE_ENV = ""
TZ = 'Europe/Madrid'
}
parallel {
stage('Frontend') {