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