Hi,
I was successfully using
https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin for adding build parameters to a Jenkins jobs as long as I built Maven artifacts that were deployed to Nexus.
Now, we additionally need to build Docker images which will be pushed to a private Registry, running on Nexus3.
=> Is there any way to create a parameterized Jenkins job, querying images from the private Registry ?
I´m looking for an equivalent to the above mentioned plugin that can deal with Docker images coming from a Docker Registry.
The build parameter should list me all available versions of for example /library/hello-world
Thanx for any hint,
Torsten