Unverified Commit 2d273123 authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

parent ffb05008
......@@ -15,7 +15,7 @@ pipeline {
stage('Copy Artifact') {
steps {
sh 'pwd'
sh 'cp -r target/*.war docker'
sh 'cp -r target/*.jar 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