Merge latest ci-tools-lib

This commit is contained in:
Stefan Reimer 2024-07-15 11:55:44 +00:00
commit 800682383d

View File

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