mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +00:00
LDOP-233 Correct Maven Image Version (#15)
This commit is contained in:
parent
9f696ae129
commit
040ccac5a6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue