fabric8io / jenkins-pipeline-library

a collection of reusable jenkins pipelines and pipeline functions
Apache License 2.0
275 stars 181 forks source link

Use Maven version 3.3.9 installation in Maven install workflow #155

Closed astefanutti closed 7 years ago

astefanutti commented 8 years ago

Fixes #154

jstrachan commented 8 years ago

[merge]

astefanutti commented 8 years ago

Note that it requires fabric8io/jenkins-docker#77.

rawlingsj commented 8 years ago

@astefanutti FWIW if the aim is to update all the other Java pipelines to use a newer version of maven then you'll need to update the maven builder image https://github.com/fabric8io/maven-builder

jimmidyson commented 8 years ago

@rawlingsj Maven builder image uses 3.3.9 already - https://github.com/fabric8io/maven-builder/blob/master/Dockerfile#L19-L26 - although not sure if Docker image has been published with those changes?

@jstrachan This repo doesn't have any CI builds set up so manual merges I'm afraid.

astefanutti commented 8 years ago

@rawlingsj, @jimmidyson, from my understanding, the install Maven workflow in its current form does not use the Maven builder image but rather rely on the Maven tooling configuration from the Jenkins image.