- Return param value to Pipeline.
- Update to Jenkins 2 to address SECURITY-170.
- Add support for rebuilding.
- Fix severe bug that was introduced with version 1.4.0 - sorry for that.
- Add classifier support.
- Add optional configurations that allows to download and display information about currently used artifact.
- Use Jenkins credentials to store repository username and password. With this, passwords are encrypted and no longer stored as plain text in the job's
config.xml
file. - Bugfix: Invalid artifact URL when packaging is not specified.
- Add support for SNAPSHOTs. The plugin should now properly resolve SNAPSHOT versions to their timestamped URLs. JENKINS-23206
- Thanks to Mathieu Pousse for providing the pull request for this change.
- Add support for the command line interface. If you have a property named
MY_JAR
you should now be able to append -pMY_JAR=1.3.42
and the job will be started for version "1.3.42" without scanning the Maven repository. All of the above mentioned parameters should still be set for your build steps using the version you provided on the command line. - Thanks to David Portabella for providing the pull request for this change.
- Correct the help message. (Was copy-pasted from another plugin).
- Add a username and password fields which will override the previous way of specifying username:password as part of URL - no need to add them in url-encoded, plain-text to the URL.
- Thanks to Robert Kleinschmager and Dominik Bartholdi for providing the pull requests for these changes.
- Initial version.