Commit b6315436 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

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