Commit f736b718 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent a9f87d6f
...@@ -5,7 +5,7 @@ pipeline { ...@@ -5,7 +5,7 @@ pipeline {
stage('Maven Install') { stage('Maven Install') {
agent { agent {
docker { docker {
image 'maven:3.6.3' image 'maven:3.5.0'
} }
} }
steps { steps {
......
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