Branch: refs/heads/master
Home: https://github.com/jenkinsci/windows-azure-storage-plugin
Commit: 2bab59e835139d36ca033ef41fd07b3a9270b8ab
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/2bab59e835139d36ca033ef41fd07b3a9270b8ab
Author: Johan Andersson <[email protected]>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java
Log Message:
-----------
Remove prepend of account name to custom service URL
If one wants to use https://blob.core.windows.net/, or some other non-default
URL to Azure Storage,
the host part of the URL will be prepended with the storage account of the
build.
Example:
1. The blob service endpoint URL is set to https://blob.core.windows.net for
account 'foo-account'
2. First build publishes its artefacts successfully to
https://foo-account.blob.core.windows.net
3. Second build fails to publish the build artifacts with the following error
message:
```
Archiving artifacts
Failed to validate storage account details. Please verify storage account
name and key. If you are using a private or other Windows Azure cloud service,
make sure that the blob endpoint url is correct.
Storage Account name --->foo-account<----
Blob end point url
--->https://foo-account.foo-account.blob.core.windows.net/<----
Build step 'Upload artifacts to Microsoft Azure Blob storage' changed build
result to UNSTABLE
Finished: UNSTABLE
```
This commit removes the prepend of the storage account name in the
Utils.getBlobEP method and updates its usages.
Lacking an available development environment, tests for the new behavior were
not added (help wanted with this).
Commit: fbae2a9ccec95cf97258b813df89665cc2007af6
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/fbae2a9ccec95cf97258b813df89665cc2007af6
Author: Johan Andersson <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
Log Message:
-----------
Correct bad call to getBlobEP
Commit: 5913ebf46743ba8f82741462557ed3cd515f4da4
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/5913ebf46743ba8f82741462557ed3cd515f4da4
Author: Johan Andersson <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java
M
src/test/java/com/microsoftopentechnologies/windowsazurestorage/WindowsAzureStorageTest.java
Log Message:
-----------
Add tests for Utils.getBlobEP
Commit: 48bea5750415607dc82a5b94a48fc9870e98c948
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/48bea5750415607dc82a5b94a48fc9870e98c948
Author: Johan Andersson <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M
src/test/java/com/microsoftopentechnologies/windowsazurestorage/WindowsAzureStorageTest.java
Log Message:
-----------
Fix typo
Commit: 04234aee011adbc8b7e1ea295c244912061fd0d8
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/04234aee011adbc8b7e1ea295c244912061fd0d8
Author: Suresh Nallamilli <[email protected]>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java
M
src/test/java/com/microsoftopentechnologies/windowsazurestorage/WindowsAzureStorageTest.java
Log Message:
-----------
Merge pull request #6 from anderssonjohan/master
Remove prepend of account name to custom service URL
Compare:
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/264a9a94fc0a...04234aee011a
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.