Unverified Commit 7eb2f894 authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

parent a4b915ee
......@@ -8,7 +8,7 @@ pipeline {
stage('Build maven ') {
steps {
sh 'pwd'
sh 'cd petclinic'
sh 'cd /var/lib/jenkins/workspace/petclinic-build/petclinic'
sh 'pwd'
sh 'mvn clean install package'
}
......
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