diff --git a/Jenkinsfile b/Jenkinsfile index 06addc940..abc56fc46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -200,6 +200,9 @@ pipeline { } parallel { stage('Database') { + when { + not { branch 'beta' } + } steps { configFileProvider([ configFile(fileId: "config.${env.NODE_ENV}.ini",