refs #6797 feat(jenkins) deploy dev-lilium FRONT_REPLICAS
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-02-21 07:31:48 +01:00
parent 87c5e6fe60
commit a3ad94e2b5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ def BRANCH_ENV = [
node {
stage('Setup') {
env.BACK_REPLICAS = 1
env.FRONT_REPLICAS = 1
env.NODE_ENV = BRANCH_ENV[env.BRANCH_NAME] ?: 'dev'
PROTECTED_BRANCH = [