From 722580786c0a07b52b4ab5b375ea09f269396b5f Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Wed, 15 Jan 2025 15:11:54 +0700 Subject: [PATCH] thienvv --- fe/fe-acp/cd-acp-frontend.Jenkinsfile | 2 +- fe/fe-portal/cd-portal-frontend.Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/fe-acp/cd-acp-frontend.Jenkinsfile b/fe/fe-acp/cd-acp-frontend.Jenkinsfile index 7a645ee..8da1978 100644 --- a/fe/fe-acp/cd-acp-frontend.Jenkinsfile +++ b/fe/fe-acp/cd-acp-frontend.Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any parameters { - choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment') + choice(name: 'ENV', choices: ['prod', 'uat', 'beta'], description: 'Choose Environment') string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job') } environment { diff --git a/fe/fe-portal/cd-portal-frontend.Jenkinsfile b/fe/fe-portal/cd-portal-frontend.Jenkinsfile index e7d387a..66ba24b 100644 --- a/fe/fe-portal/cd-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/cd-portal-frontend.Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any parameters { - choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment') + choice(name: 'ENV', choices: ['prod', 'uat', 'beta'], description: 'Choose Environment') string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job') } environment {