mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a379821374
commit
14c6784fd7
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,6 +10,7 @@ stages {
|
|||
}
|
||||
}
|
||||
stage("deploy") {
|
||||
steps {
|
||||
sh "cd spring-petclinic"
|
||||
sh """
|
||||
docker build -t pet-clinic:1.0 .
|
||||
|
@ -18,3 +19,4 @@ stages {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue