feat: disableConcurrentBuilds
This commit is contained in:
Vendored
+4
@@ -22,6 +22,10 @@ def ENV_LAYOUT = [
|
||||
pipeline {
|
||||
agent { label 'jagent06' }
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
triggers {
|
||||
GenericTrigger(
|
||||
causeString: 'Triggered by Gitea webhook',
|
||||
|
||||
Reference in New Issue
Block a user