mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
adding build script
This commit is contained in:
parent
8a3d46fe66
commit
9057fd9bf2
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,6 +4,8 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
echo 'build'
|
||||
sh '''cd spring-petclinic
|
||||
./mvnw spring-boot:build-image'''
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue