The user documentation is available here
In this README you will find more technical information for Developers that are interested in supporting or enhancing this plugin.
This Plugin adds an additional ChoiceListProvider to famous Extensible Choice Parameter Plugin.
With this extension its possible to use the Lucene Service from various Artifact Repositories (like Nexus, MavenCentral or Artifactory) to search for artifacts using groupId, artifactId and the packaging.
This plugin provides a build parameter and will let the user choose a version from the available artifact versions in the choosen repository. The Plugin will return the full URL of the choosen artifact, so that it will be available during the build, i.E. you can retrieve the artifact by using "wget"
We are using this plugin to let our QA department choose between the various available versions of our software. In combination with the "Publish via SSH" plugin the choosen artifact URL is passed to the testserver which is then able to retrieve the artifact and install it.
The user documentation is available here
https://ci.jenkins.io/job/Plugins/job/maven-artifact-choicelistprovider-plugin/
Stephan Watermeyer (Profile: https://github.com/phreakadelle)
- Nexus 3 Support (Pending): https://issues.sonatype.org/browse/NEXUS-11893
Licensed under the MIT License (MIT).