diff --git a/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile index 34fda8e..24a94eb 100644 --- a/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68' GIT_URL = 'http://work.gct.com.vn/anhln/PORTAL_2025.git' - GIT_BRANCH = 'development' + GIT_BRANCH = 'main' ENV = 'prod' PROJECT_NAME = 'portal' diff --git a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile index fef5e11..793ff80 100644 --- a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68' GIT_URL = 'http://work.gct.com.vn/anhln/PORTAL_2025.git' - GIT_BRANCH = 'development' + GIT_BRANCH = 'main' ENV = 'uat' PROJECT_NAME = 'portal'