fix build
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-09 18:49:06 -08:00
parent 3f56250c7c
commit 7544cf396c

5
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@ podTemplate(containers: [
command: 'sleep',
args: '30d'
)
])
node(POD_LABEL) {
]) {
node(POD_LABEL) {
stage('Checkout') {
scm checkout
container('maven') {
@ -17,4 +17,5 @@ node(POD_LABEL) {
}
}
}
}
}