Run a test
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 22:31:47 -08:00
parent 9de162bf21
commit f20f3f181f

3
Jenkinsfile vendored
View File

@ -8,6 +8,9 @@ podTemplate(containers: [
]) {
node(POD_LABEL) {
stage('Checkout') {
sh '''
wget https://git.thejimnicholson.com
'''
checkout scm
container('maven') {
stage('Build') {