Update Jenkinsfile

This commit is contained in:
Sanjeev435 2018-08-19 11:30:38 +05:30 committed by GitHub
parent 9292b53b2f
commit 2c2ad6d77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
stage('Maven Install') {
agent {
docker {
image 'maven:3.5.0'
image 'maven:3.5.4-jdk-8'
}
}
steps {