eclipse/repairnator

Re-enable continuous delivery

Opened this issue · 5 comments

  • add continuous delivery to Maven Central
  • add continuous delivery to Dockerhub

Dockerhub delivery is a problem because we cannot do Docker in Docker on Eclipse Jenkins.

In the Eclipse-Jenkins docs they state that: You cannot currently build images on the cluster (i.e. docker build does not work). We plan to address this shortcoming shortly.

We could ssh into a build farm as an alternative.

ohbus commented

How about we move this to GitHub Actions?

I will be willing to help you make this transformation.

Yes, we can do CD with Github Actions. Do you want to give it a try?