- Fix serialize issue from master to agent
- Upload files to Blob service on agents using SAS instead of sdk
- Upgrade Azure Storage SDK to version 6.1.0 (#132)
- Make compatibility with versions before 0.3.6 (#135)
- Fix naming convention rules not consist issue (#126)
- Fix pipeline with multi azureUpload commands cannot list artifacts action properly (#129)
- Fix cannot upload empty files to share file (#111)
- Add support for static website hosting (#119)
- Fix storage account not masked in Jenkins pipeline (#118)
- Fix URL broken for Blue Ocean artifacts (#115)
- Do not mark build as unstable if no files are downloaded (JENKINS-42341)
- Support credentials binding for storage account (#99)
- Support for parallel files upload and download (#86)
- Fix broken image in job action (#104)
- Support for Blue Ocean artifacts listing (#101)
- Support for proxy set in Jenkins (#31)
- Option to upload modified artifacts only (#52)
- Support for credentials lookup in Folders
- Make container/share name optional in pipeline
azureUpload
(#82) - Fix download of Azure file artifacts (#84)
- Fix bland window issue while configuring storage credentials globally (#85)
- Explicitly specify MIME type for js files (#89)
- Support HTTPS when upload or download files.
- Support uploading to root container.
- Fix content length property when upload or download files.
- Fix a null pointer exception when upgrading from last version.
- Support blob properties when uploading files.
- Support blob metadata when upload files.
- Added an option to delete original files after download.
- Added an option to auto detect content type when upload files.
- Support file storage.
- Added pipeline support.
- Fixed an issue on Windows masters that caused uploaded files to get locked on the local machine and couldn't be deleted.
- The copyartifact dependency is mandatory. JENKINS-41713
- Fixed the artifact download links. JENKINS-42726
- The "Microsoft Azure Storage" credentials can now be updated. #43
- Storage account credentials are more secure now. They have moved to Jenkins credential store.
- Once you upgrade to 0.3.3 from older Version, no need to manually configure existing jobs.
- Storage account key has become a hidden field.
- Added the capability to use managed artifacts, a use case for artifacts can be downloading a known good build or an artifact from an upstream build.
- Artifacts can be downloaded from previous builds.
- Links on the project page (to download) has been fixed. This now allows easier access to download artifacts from Jenkins.
- Downloads are now faster, plugin doesn't need to search the entire container for the correct blobs when using managed artifacts.
- Changes are made inline with Jenkins API, updated Azure Java SDK to provide better output to Jenkins REST API.
- Added easily accessible links for azure artifacts uploaded to blob storage.
- Changed the logic of the "make container public" checkbox to apply to newly created containers only
- Added a "download from blob" build action
- Added a "clean container" option to the artifact uploader post-build action
- Some renamings due to branding changes in Azure (Windows Azure changing to Microsoft Azure)
- Initial release