-
Notifications
You must be signed in to change notification settings - Fork 52
Version History
Jae Gangemi edited this page Oct 24, 2020
·
1 revision
Starting with version 2.0.0
, version history is available here.
- fix JENKINS-60861 Default configuration to Maven Central without HTTPS no longer work
- fix JENKINS-52669: IndexOutOfBoundsException after upgrade to 1.2.3
- don't store repository credentials in plain text
- fix JENKINS-50293: Repository Connector Plugin does not use Jenkins configured proxy correctly
- fix JENKINS-50963: UpdatePolicy reset to default on edit
- partial fix for JENKINS-33796, adds pipeline support for artifact resolution
- fix JENKINS-36149 (SECURITY-170)
- NOTE: 1.2.0/1.2.1/1.2.2 were released versions that failed to upload to nexus
- integrate JENKINS-30671 expand tokens in file for artifact deploy
- Implemented JENKINS-28323: Add RELEASE and LATEST to version selection dropdown list
- fix JENKINS-27678: NullPointerException when non proxy hosts is not set
- Implemented JENKINS-27641: Name of version selection build parameter should be customized
- fix JENKINS-17541 target directory does not expand token macro parameters
- fix JENKINS-29166 list of artifacts stored on maven repository not refreshed
- fix JENKINS-20263 Artifact Resolver does not retrieve the latest version from central Maven Repository
- fix JENKINS-24243 respect nonProxySettings
- fix JENKINS-25620 and JENKINS-24781 Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 -> 1.0.1)
- fix JENKINS-23946 Artifact Resolver failed to expand tokens
- fix JENKINS-17541 target directory does not expand token macro parameters
- integrate PR
#3
(thanks to mrumpf!)
- Sort the list of Maven repositories in the global configuration page
- Added I18N and translated all help files and texts to german
- Extracted the global configuration from the ArtifactResolver and moved it into the central class GlobalConfiguration
- Added the version selection build parameter
- When your ArtifactResolver build step and the build parameter is used in one job, the version, selected by the builld parameter overrides the version of the ArtifactResolver build step.
- Added proxy support which makes the plugin usable in corporate environments
- use Token Macro Plugin to resolve variables in version, group, packaging ...
- add support for variable resolving in configuration
- update to aether 1.12 and fix a classloader issue
- update to aether 1.11 and fix update policy issue
- now supports to configure the repository update policy (for each builder individually)
- Inital