Unverified Commit ef1d4a2f authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

parent 7b54b926
......@@ -14,13 +14,13 @@ pipeline {
}
}
}
stage('Copy Artifact') {
stage('Copy Artifact') {
steps {
sh 'cp -r petclinic-build/target/*.war docker'
}
}
stage('Build docker image') {
stage('Build docker image') {
steps {
docker.build('prawinkorvi/petclinic-build/docker')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment