chore: groovy formating
This commit is contained in:
parent
2aa04e7ac5
commit
cec5dcdece
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user