Thienvv -

This commit is contained in:
thienqb123456
2025-01-09 19:31:45 +07:00
parent c4bec8b9a9
commit 185076254b
@@ -1,5 +1,6 @@
pipeline { pipeline {
agent any agent any
options { disableConcurrentBuilds(abortPrevious: true) }
environment { environment {
GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68' GIT_CREDENTIALSID = 'b03f36c4-bba3-4764-94ca-b620651b2a68'
GIT_URL = 'http://work.gct.com.vn/anhln/PORTAL_2025.git' GIT_URL = 'http://work.gct.com.vn/anhln/PORTAL_2025.git'
@@ -31,10 +32,6 @@ pipeline {
TELEGRAM_CHAT_ID = -4678013464 TELEGRAM_CHAT_ID = -4678013464
TELEGRAM_BOT_TOKEN = credentials('TELEGRAM_BOT_TOKEN') TELEGRAM_BOT_TOKEN = credentials('TELEGRAM_BOT_TOKEN')
} }
options {
disableConcurrentBuilds() // Ngăn build song song, hủy build cũ khi có build mới
}
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {