mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Added Jenkinsfile
This commit is contained in:
parent
9057fd9bf2
commit
2c10b375ec
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue