Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-27 16:14:43 +02:00 committed by GitHub
parent e08253fbdc
commit 85af366590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -22,6 +22,7 @@ pipeline {
stage('Create docker image') {
steps {
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') {