Unverified Commit 095fac72 authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

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