LDOP-233 Correct Maven Image Version (#15)

This commit is contained in:
Shane MacBride 2017-08-18 11:02:43 -07:00 committed by GitHub
parent 9f696ae129
commit 040ccac5a6

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('Build') { stage('Build') {
agent { agent {
docker { docker {
image 'maven:3.3.0' image 'maven:3.5.0'
args '--network=pipelinedeveloper_default' args '--network=pipelinedeveloper_default'
} }
} }