chore: groovy formating

This commit is contained in:
Stefan Reimer 2022-02-11 18:13:04 +01:00
parent f0f4af2883
commit b9aa3dee3d
1 changed files with 55 additions and 52 deletions

View File

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