https://github.com/jenkinsci/artifact-repository-parameter-plugin
Display information from an artifact repository as Jenkins build parameters.
https://github.com/jenkinsci/artifact-repository-parameter-plugin
parameter
Last synced: 21 days ago
JSON representation
Display information from an artifact repository as Jenkins build parameters.
- Host: GitHub
- URL: https://github.com/jenkinsci/artifact-repository-parameter-plugin
- Owner: jenkinsci
- License: mit
- Created: 2020-10-22T23:03:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T03:02:15.000Z (over 2 years ago)
- Last Synced: 2025-04-05T03:24:09.096Z (10 months ago)
- Topics: parameter
- Language: Java
- Homepage: https://plugins.jenkins.io/artifact-repository-parameter/
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Artifact Repository Parameter Plugin
[](https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fartifact-repository-parameter-plugin/activity)
[](https://github.com/jenkinsci/artifact-repository-parameter-plugin/issues)
[](https://plugins.jenkins.io/artifact-repository-parameter)
[](https://github.com/jenkinsci/artifact-repository-parameter-plugin/graphs/contributors)
The goal of the plugin is to make certain information of an artifact repository available as
[Jenkins](https://www.jenkins.io/) build parameter. Currently the following endpoints are supported.
* __Path__ - Display all deployed artifacts by its path.
* __Version__ - Display all available versions of an artifact.
* __Repositories__ - A list of all available repositories.
The following artifact repositories have been tested during development.
* __Sonatype Nexus 3 OSS - 3.42.0-01__
* __JFrog Artifactory Cloud__
* __JFrog Artifactory 7 OSS - 7.41.13__
> When someone has access to other versions of Nexus/Artifactory it would be nice to
> get some feedback whether it's working fine with these versions or not.
## Version Warning
Please be aware that version 2.0.0 is not backwards compatible to version 1.x. There is a
breaking change in the `Display Options` section. All results are now displayed in a select
box. The option to display the results as a dropdown, radio button or checkbox have been
removed. If multiple results must be selectable please make sure to check the
`Multiple Entries Selectable` option.
Furthermore the support for Java 8 was dropped. This plugin now requires Java 11 or higher.
Last but not least the plugin is based on Jenkins LTS version 2.361.2 or higher.
## Configuration
Detailed instructions how to configure the plugin can be found in [CONFIG.md](CONFIG.md).
## Contributing
If you want to contribute to this project please have a look at [CONTRIBUTING.md](CONTRIBUTING.md).
## Known Limitations
### Blue Ocean
The current version of this plugin does not work with Blue Ocean UI.