diff --git a/be/be-acp/ci-acp-backend.Jenkinsfile b/be/be-acp/ci-acp-backend.Jenkinsfile index c12aa88..50bc688 100644 --- a/be/be-acp/ci-acp-backend.Jenkinsfile +++ b/be/be-acp/ci-acp-backend.Jenkinsfile @@ -1,5 +1,6 @@ pipeline { agent any + options { disableConcurrentBuilds(abortPrevious: true) } environment { GIT_CREDENTIALSID = 'd3de261f-8f1e-470b-b6d1-2fb4965e0129' GIT_URL = 'http://work.gct.com.vn/anhln/ACP_2025.git' diff --git a/be/be-portal/ci-portal-backend.Jenkinsfile b/be/be-portal/ci-portal-backend.Jenkinsfile index 45f93a2..0c048ee 100644 --- a/be/be-portal/ci-portal-backend.Jenkinsfile +++ b/be/be-portal/ci-portal-backend.Jenkinsfile @@ -1,5 +1,6 @@ pipeline { agent any + options { disableConcurrentBuilds(abortPrevious: true) } environment { GIT_CREDENTIALSID = 'd3de261f-8f1e-470b-b6d1-2fb4965e0129' GIT_URL = 'http://work.gct.com.vn/anhln/ACP_2025.git' diff --git a/fe/fe-acp/ci-prod-acp-frontend.Jenkinsfile b/fe/fe-acp/ci-prod-acp-frontend.Jenkinsfile index a06fd8e..a722fec 100644 --- a/fe/fe-acp/ci-prod-acp-frontend.Jenkinsfile +++ b/fe/fe-acp/ci-prod-acp-frontend.Jenkinsfile @@ -1,5 +1,6 @@ pipeline { agent any + options { disableConcurrentBuilds(abortPrevious: true) } environment { GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68' GIT_URL = 'http://work.gct.com.vn/anhln/NSG_2025.git' diff --git a/fe/fe-acp/ci-uat-acp-frontend.Jenkinsfile b/fe/fe-acp/ci-uat-acp-frontend.Jenkinsfile index 3f935b5..e237d59 100644 --- a/fe/fe-acp/ci-uat-acp-frontend.Jenkinsfile +++ b/fe/fe-acp/ci-uat-acp-frontend.Jenkinsfile @@ -1,5 +1,6 @@ pipeline { agent any + options { disableConcurrentBuilds(abortPrevious: true) } environment { GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68' GIT_URL = 'http://work.gct.com.vn/anhln/NSG_2025.git' diff --git a/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile index 24a94eb..8688382 100644 --- a/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile @@ -1,5 +1,6 @@ pipeline { agent any + options { disableConcurrentBuilds(abortPrevious: true) } environment { GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68' GIT_URL = 'http://work.gct.com.vn/anhln/PORTAL_2025.git'