From c4bec8b9a94178f94cf31a493e90757764a70e33 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Thu, 9 Jan 2025 19:28:42 +0700 Subject: [PATCH] them options disableConcurrentBuilds() --- fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile index 793ff80..c646ff2 100644 --- a/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-uat-portal-frontend.Jenkinsfile @@ -31,6 +31,9 @@ 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') {