Fix syntax
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:54:50 -08:00
parent 7544cf396c
commit 3b85dbcf56

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ podTemplate(containers: [
]) { ]) {
node(POD_LABEL) { node(POD_LABEL) {
stage('Checkout') { stage('Checkout') {
scm checkout checkout scm
container('maven') { container('maven') {
stage('Build') { stage('Build') {
sh ''' sh '''