jenkins-infra / jenkins-wiki-exporter

Quick util to convert jenkins plugin wiki format to github markdown or asciidoc
https://jenkins-wiki-exporter.jenkins.io
2 stars 8 forks source link

Setup and document the delivery flow for the service #19

Open oleg-nenashev opened 4 years ago

oleg-nenashev commented 4 years ago

It would be great to setup and document the delivery Pipeline for the service. Right now it is not 100% clear how it is being delivered from the docs.

Some links to changes by @halkeye and @olblak :

halkeye commented 4 years ago

Pipeline

olblak commented 4 years ago

I am wondering if we could not just fully automate that process, as we have two constants here, release drafter and dockerhub. what do you think of this idea, It could be a "funny" golang project

timja commented 4 years ago

We use https://github.com/fluxcd/flux / https://github.com/fluxcd/helm-operator/ for this.

It scans the container registry tags of the image, updates git when it finds a change, and then applies the change