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