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') {
steps {
echo 'build'
sh '''cd spring-petclinic
./mvnw spring-boot:build-image'''
sh './mvnw spring-boot:build-image'
}
}