Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-06 17:53:22 -04:00
parent 9057fd9bf2
commit 2c10b375ec

3
Jenkinsfile vendored
View file

@ -4,8 +4,7 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
echo 'build' echo 'build'
sh '''cd spring-petclinic sh './mvnw spring-boot:build-image'
./mvnw spring-boot:build-image'''
} }
} }