mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'build'
|
echo 'build'
|
||||||
sh '''cd spring-petclinic
|
sh './mvnw spring-boot:build-image'
|
||||||
./mvnw spring-boot:build-image'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue