chore: learning the groove

This commit is contained in:
Stefan Reimer 2022-02-11 17:59:44 +01:00
parent a3d42de7a8
commit f0f4af2883
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Common container builder by ZeroDownTime
def call (Map: config) {
def call(Map config) {
pipeline {
agent { node { label 'podman-aws-trivy' } }