fix: refs #6745 debug disabled
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-01-25 11:28:58 +01:00
parent 17d2e0750a
commit 381f04ac6a
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -12,11 +12,13 @@ pipeline {
stage('Checkout') {
steps {
script {
// Uncomment to enable debugging
//env.DEBUG = 'strong-remoting:http-context,strong-remoting:shared-method'
switch (env.BRANCH_NAME) {
case 'master':
env.NODE_ENV = 'production'
env.BACK_REPLICAS = 4
env.DEBUG = 'strong-remoting:http-context,strong-remoting:shared-method'
break
case 'test':
env.NODE_ENV = 'test'