From 185076254b86525d7e6c5028037bc18d38ecf2bc Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Thu, 9 Jan 2025 19:31:45 +0700 Subject: [PATCH] Thienvv - --- fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile index c646ff2..c597356 100644 --- a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-uat-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' @@ -31,10 +32,6 @@ pipeline { TELEGRAM_CHAT_ID = -4678013464 TELEGRAM_BOT_TOKEN = credentials('TELEGRAM_BOT_TOKEN') } - options { - disableConcurrentBuilds() // Ngăn build song song, hủy build cũ khi có build mới - } - stages { stage('Checkout') { steps {