Thienvv -
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user