Update Jenkinsfile

This commit is contained in:
BrahmanapallyNagaraju 2020-04-08 16:22:45 +05:30 committed by GitHub
parent a379821374
commit 14c6784fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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 {
}
}
}
}