Disable concurrent builds
This commit is contained in:
parent
7144a42a3c
commit
2c44e4fd85
@ -2,6 +2,9 @@
|
||||
|
||||
def call(Map config=[:]) {
|
||||
pipeline {
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
agent {
|
||||
node {
|
||||
label 'podman-aws-trivy'
|
||||
|
Loading…
Reference in New Issue
Block a user