Commit 3b1a888b authored by root's avatar root
parents 9c7eb207 7eb2f894
...@@ -7,8 +7,10 @@ pipeline { ...@@ -7,8 +7,10 @@ pipeline {
stages { stages {
stage('Build maven ') { stage('Build maven ') {
steps { steps {
sh 'pwd'
sh 'mvn clean package' 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