adding build script

This commit is contained in:
boat cow 2023-04-06 12:56:13 -04:00
parent 8a3d46fe66
commit 9057fd9bf2

2
Jenkinsfile vendored
View file

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