checkout is needed
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 19:22:40 -08:00
parent 0ae0351c9d
commit 9de162bf21

3
Jenkinsfile vendored
View File

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