Commit b6315436 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent 78d37dab
...@@ -5,11 +5,11 @@ pipeline { ...@@ -5,11 +5,11 @@ pipeline {
stage('Maven Install') { stage('Maven Install') {
agent { agent {
docker { docker {
image 'maven' image 'maven:3.7.0'
} }
} }
steps { steps {
sh 'mvn clean package' sh 'mvn clean install'
} }
} }
} }
......
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