From e979c36b0c34bf6c836bddabe08c5e6eec924cfe Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Sat, 1 Mar 2025 01:19:52 +0700 Subject: [PATCH] Thienv - tach nhan p2' --- fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile index c4c041a..53aa5b7 100644 --- a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile @@ -46,7 +46,7 @@ pipeline { if (params.PORTAL_NAME == 'ktdt') { env.GIT_BRANCH = env.KTDT_BRANCH } else if (params.PORTAL_NAME == 'hnt') { - env.GIT_BRANCH = HNT_BRANCH + env.GIT_BRANCH = env.HNT_BRANCH } } echo "Branch được thiết lập là: ${env.GIT_BRANCH}"