Commit 78d37dab authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent a5a5b555
...@@ -5,12 +5,11 @@ pipeline { ...@@ -5,12 +5,11 @@ pipeline {
stage('Maven Install') { stage('Maven Install') {
agent { agent {
docker { docker {
image 'maven:3.6.3' image 'maven'
args '-u root:root'
} }
} }
steps { steps {
sh 'mvn clean install' 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