refs #5483 Jenkinsfile fix
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-01-30 19:01:14 +01:00
parent 79f509ca46
commit 12af757929
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -119,7 +119,7 @@ pipeline {
}}
steps {
configFileProvider([
configFile(fileId: "config.${NODE_ENV}.ini",
configFile(fileId: "config.${env.NODE_ENV}.ini",
variable: 'MYSQL_CONFIG')
]) {
sh 'mkdir -p db/remotes'