Unverified Commit 606b8bcb authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

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