Let's say we have:
- Physical product development (i.e. not a web site/war deployment where continuous delivery is appropriate but a product with manually installed/upgraded software packages that need to be made available for test)
- Jenkins CI flow publishing releases to an Artifactory repo
For me, the next logical step in this situation is to autogenerate a release or download page/site/system showing available releases for various artifacts from the release repository.
For instance, such a page could look like:
SYSTEMRELEASE SUBSYSTEM1 SUBSYSTEM2 SUBSYSTEM3
XXX DL LINK DL LINK DL LINK
YYY DL LINK DL LINK DL LINK
But much fancier of course. :) It's overly simplistic, but hopefully shows the general idea.
DL links would be links into the Artifactory release repository and the page would show everything currently available in the repository based on some rules/config.
It could be that I don't know what this process is called or am otherwise using improper search terms, but can't find solutions for this. Open source preferred, but not required.