Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Reimer e467581145 Merge latest ci-tools-lib
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details
2024-03-12 16:31:47 +00:00
Stefan Reimer da32b8b4f7 Squashed '.ci/' changes from 7144a42..2c44e4f
2c44e4f Disable concurrent builds

git-subtree-dir: .ci
git-subtree-split: 2c44e4fd8550d30fba503a2bcccec8e0bac1c151
2024-03-12 16:31:47 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
def call(Map config=[:]) {
pipeline {
options {
disableConcurrentBuilds()
}
agent {
node {
label 'podman-aws-trivy'