fabric8io / fabric8-forge

Supports JBoss Forge plugins for the Fabric8 iPaaS along with using Forge as a REST service inside Fabric8 DevOps
Apache License 2.0
11 stars 21 forks source link

Jenkins pipeline for non-docker project to do a release #713

Open davsclaus opened 7 years ago

davsclaus commented 7 years ago

At https://github.com/fabric8io/fabric8-jenkinsfile-library/tree/master/maven

We would like to have a Jenkinsfile for doing a regular maven project that is NOT docker based.

It should do a

So it deploys to the nexus repository a released version of the project (the current Deploy is doing a SNAPSHOT deploy).

The name of the pipleline could maybe be JavaRelease or something. As the current pipelines have a mix of docker vs non-docker.

However there are users of fabric8 that need a plain pipeline for non docker stuff. For example we need this at iPaaS.

davsclaus commented 7 years ago

@rawlingsj dont we have a plain pipeline for when we do releases of fabric8 which has no docker images?

However it should not push to maven central, but to the built-in nexus repository from fabric8