Commit 323a11ba authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

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