From 1ed1243ccdd2701960c0ba61048cb59729a658f0 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Mon, 30 Dec 2024 18:05:19 +0700 Subject: [PATCH] =?UTF-8?q?Thienvv=20-=20s=E1=BB=ADa=20m=E1=BA=B7c=20?= =?UTF-8?q?=C4=91=E1=BB=8Bnh=20m=C3=B4i=20tr=C6=B0=E1=BB=9Dng=20l=C3=A0=20?= =?UTF-8?q?prod=20ch=E1=BB=A9=20k=20ph=E1=BA=A3i=20uat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- be/be-acp/cd-acp-backend.Jenkinsfile | 2 +- be/be-portal/cd-portal-backend.Jenkinsfile | 2 +- fe/fe-acp/cd-acp-frontend.Jenkinsfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/be/be-acp/cd-acp-backend.Jenkinsfile b/be/be-acp/cd-acp-backend.Jenkinsfile index dbec978..db5e4ac 100644 --- a/be/be-acp/cd-acp-backend.Jenkinsfile +++ b/be/be-acp/cd-acp-backend.Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any parameters { - choice(name: 'ENV', choices: ['uat', 'prod'], description: 'Choose Environment') + choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment') string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job') } environment { diff --git a/be/be-portal/cd-portal-backend.Jenkinsfile b/be/be-portal/cd-portal-backend.Jenkinsfile index 17e6d02..abb358f 100644 --- a/be/be-portal/cd-portal-backend.Jenkinsfile +++ b/be/be-portal/cd-portal-backend.Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any parameters { - choice(name: 'ENV', choices: ['uat', 'prod'], description: 'Choose Environment') + choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment') string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job') } environment { diff --git a/fe/fe-acp/cd-acp-frontend.Jenkinsfile b/fe/fe-acp/cd-acp-frontend.Jenkinsfile index 46da9b1..e445971 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: ['uat', 'prod'], description: 'Choose Environment') + choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment') string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job') } environment {