feat: disableConcurrentBuilds

This commit is contained in:
Ashir Ali
2026-05-01 01:27:33 +05:30
parent 5fec4dd37d
commit 60ace745f3
2 changed files with 8 additions and 0 deletions
Vendored
+4
View File
@@ -22,6 +22,10 @@ def ENV_LAYOUT = [
pipeline { pipeline {
agent { label 'jagent06' } agent { label 'jagent06' }
options {
disableConcurrentBuilds()
}
triggers { triggers {
GenericTrigger( GenericTrigger(
causeString: 'Triggered by Gitea webhook', causeString: 'Triggered by Gitea webhook',
+4
View File
@@ -24,6 +24,10 @@ pipeline {
label 'jagent06' label 'jagent06'
} }
options {
disableConcurrentBuilds()
}
environment { environment {
REMOTE_HOST = "root@170.187.237.83" REMOTE_HOST = "root@170.187.237.83"
REMOTE_DEPLOY_DIR = "/root/gg-backend" REMOTE_DEPLOY_DIR = "/root/gg-backend"