Squashed '.ci/' changes from 7144a42..2c44e4f
2c44e4f Disable concurrent builds git-subtree-dir: .ci git-subtree-split: 2c44e4fd8550d30fba503a2bcccec8e0bac1c151
This commit is contained in:
parent
7b7b2ca3b5
commit
ab32348082
@ -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