fabric8io / jenkins-pipeline-library

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

there's a small window where we pick the latest f-m-p version and its not yet sync'd to maven central #172

Open jstrachan opened 7 years ago

jstrachan commented 7 years ago

just ran a CD pipeline while waiting for the sync to happen on 3.1.62; the pipeline decided 3.1.62 was the latest version of f-m-p but there was no pom or jar!

We maybe need to double check we can download it first and if not try the previous etc

jstrachan commented 7 years ago

moving to just 'mvn install" should do the trick now

abouchama commented 7 years ago

By deleting nexus pod:

oc delete pods nexus-1-29a4j

The error disappear:

[ERROR] Plugin io.fabric8:fabric8-maven-plugin:3.1.68 or one of its dependencies could not be resolved: Could not find artifact io.fabric8:fabric8-maven-plugin:jar:3.1.68 in nexus (http://nexus/content/groups/public) -> [Help 1]