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

Update Jenkinsfile

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