gbif / stackable

GBIF Stackable Infrastructure
Apache License 2.0
4 stars 0 forks source link

Add Docker release for relevant project in Jenkins jobs #25

Closed zaultooz closed 6 months ago

zaultooz commented 6 months ago

To speed development and ensure a general approach, it would optimal to have the Jenkins build jobs, build and release the docker images when they run.

zaultooz commented 6 months ago

Currently a post step has been added to the relevant Jenkins jobs that builds and pushes the image after maven is done. It simply takes the build jar and stored it within the container image.

Future improvements could be: