Unverified Commit 82d4f52e authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

parent 71cc5f5b
...@@ -7,6 +7,7 @@ pipeline { ...@@ -7,6 +7,7 @@ pipeline {
stages { stages {
stage('Build maven ') { stage('Build maven ') {
steps { steps {
sh 'pwd'
sh ' cd petclinic' sh ' cd petclinic'
sh 'mvn clean package' sh 'mvn clean 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