I just realised that the Jenkins build job for OxGarage is not building the correct war-packages since the Makefile (which is used by Jenkins) has gotten out of sync with the Dockerfile (which provides the newer build information). Since we are providing a working OxGarage image at DockerHub (https://hub.docker.com/r/teic/oxgarage/) and since it is linked to the GitHub and updates automatically after every change to the repo, I see no necessity for Jenkins to also build the war-files. While updating the Makefile would be easy, I’m reluctant to maintain *two* build scripts. Hence my proposal to remove the OxGarage build job from our Jenkins and to remove the Makefile from the repo to avoid confusion. Along with the Docker image I propose to provide the war-files (extracted from the Docker image) via the GitHub releases. Comments? Best Peter