chore: groovy formating

This commit is contained in:
Stefan Reimer 2022-02-11 18:13:04 +01:00
parent f0f4af2883
commit b9aa3dee3d

View File

@ -2,7 +2,11 @@
def call(Map config) { def call(Map config) {
pipeline { pipeline {
agent { node { label 'podman-aws-trivy' } } agent {
node {
label 'podman-aws-trivy'
}
}
stages { stages {
stage('Prepare') { stage('Prepare') {
@ -57,5 +61,4 @@ def call(Map config) {
} }
} }
} }
} }