mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e08253fbdc
commit
85af366590
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -22,6 +22,7 @@ pipeline {
|
||||||
stage('Create docker image') {
|
stage('Create docker image') {
|
||||||
steps {
|
steps {
|
||||||
echo "now we will begin the creation of the docker image"
|
echo "now we will begin the creation of the docker image"
|
||||||
|
sh "docker build -t imagine_spring_petclinic:0.1 ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Tag the docker image') {
|
stage('Tag the docker image') {
|
||||||
|
|
Loading…
Reference in a new issue