Unverified Commit 38efe50f authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

parent 2be7bd78
...@@ -14,7 +14,8 @@ pipeline { ...@@ -14,7 +14,8 @@ pipeline {
stage('Copy Artifact') { stage('Copy Artifact') {
steps { steps {
sh 'cp -r petclinic-build/target/*.war docker' sh 'pwd'
sh 'cp -r petclinic-build/target/*.war 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