feat: disableConcurrentBuilds
This commit is contained in:
Vendored
+4
@@ -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',
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user