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}"