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 {
agent { label 'jagent06' }
options {
disableConcurrentBuilds()
}
triggers {
GenericTrigger(
causeString: 'Triggered by Gitea webhook',