Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-azure-storage-plugin
  Commit: d323dcd9a123438b7c1ababb170140b2f429afff
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/d323dcd9a123438b7c1ababb170140b2f429afff
  Author: Matt Mitchell <[email protected]>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M .gitignore
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly
    A src/main/webapp/help-doNotFailIfArchivingReturnsNothing.html
    A src/main/webapp/help-excludeFilesPath.html
    M src/main/webapp/help-filesPath.html
    A src/main/webapp/help-uploadArtifactsOnlyIfSuccessful.html

  Log Message:
  -----------
  Add new options to the upload rules for the azure storage publisher

    * Do not fail if the archiving returns nothing.  This is useful in cases 
where we are trying to upload things like logs which may or may not be created 
depending on the outcome of the build.  Matches the functionality of the 
regular artifact publisher.
    * Upload artifacts only if succesful.  Again matches the functionality of 
the regular artifact publisher.  Most publishers will run even on a failed 
build.  Like the point above, this is especially useful in cases where we want 
to pull and archive build logs whether or not the build has failed.

Allow for file exclusions when publishing

Publisher now accepts a set of exclusions for publishing files.  Uses a similar 
form to the regular content archiver.  Also changed the default separator to 
',' for the included files, so that it matches the Ant syntax for exclude (and 
the regular content archiver)


  Commit: 46e10dfce0a38712887064b05eabf0b46492b1d8
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/46e10dfce0a38712887064b05eabf0b46492b1d8
  Author: Matt Mitchell <[email protected]>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.properties
    M src/main/webapp/help-downloadDirLoc.html
    A src/main/webapp/help-flattenDirectories.html

  Log Message:
  -----------
  Upload and download files with relative paths

When we originally were uploading to azure we were flattening the directories.  
This meant that two files in different directories with the same name would 
overwrite each other.  The regular artifact copying plugin avoids this and 
uploads to the server using relative paths.  Add an option to flatten 
directories on download.


  Commit: f30296cb1c271db5ddda8a5d200e760275198fe4
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/f30296cb1c271db5ddda8a5d200e760275198fe4
  Author: Matt Mitchell <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.properties
    R src/main/webapp/help-blobName.html
    A src/main/webapp/help-excludePattern.html
    A src/main/webapp/help-includePattern.html

  Log Message:
  -----------
  Add support for selective download of blobs based on ant syntax


  Commit: b11f5b53a51392a8872e73c39eddf1d4abb5229d
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b11f5b53a51392a8872e73c39eddf1d4abb5229d
  Author: Matt Mitchell <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction/jobMain.jelly

  Log Message:
  -----------
  Alter code in artifact display to display a link only if there is a huge 
number of artifacts


  Commit: 941700ccbec0272313815f331fd82c7549a9e638
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/941700ccbec0272313815f331fd82c7549a9e638
  Author: Matt Mitchell <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction/index.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction/jobMain.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    A src/main/webapp/help-doNotUploadIndividualFiles.html
    A src/main/webapp/help-includeArchiveZips.html
    A src/main/webapp/help-uploadZips.html

  Log Message:
  -----------
  Add zip archiving

This change enables archiving of zip rollups of the artifacts automatically.  
This helps in cases where we want to grab all the artifacts of a given build 
easily at once from the web interface.


  Commit: 42097d32fb1eda10dd318a971ab53f970f532f6a
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/42097d32fb1eda10dd318a971ab53f970f532f6a
  Author: Suresh Nallamilli <[email protected]>
  Date:   2015-05-14 (Thu, 14 May 2015)

  Changed paths:
    M .gitignore
    M pom.xml
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction/index.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction/jobMain.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly
    R src/main/webapp/help-blobName.html
    A src/main/webapp/help-doNotFailIfArchivingReturnsNothing.html
    A src/main/webapp/help-doNotUploadIndividualFiles.html
    M src/main/webapp/help-downloadDirLoc.html
    A src/main/webapp/help-excludeFilesPath.html
    A src/main/webapp/help-excludePattern.html
    M src/main/webapp/help-filesPath.html
    A src/main/webapp/help-flattenDirectories.html
    A src/main/webapp/help-includeArchiveZips.html
    A src/main/webapp/help-includePattern.html
    A src/main/webapp/help-uploadArtifactsOnlyIfSuccessful.html
    A src/main/webapp/help-uploadZips.html

  Log Message:
  -----------
  Merge pull request #9 from mmitche/additional-publisher-opts

Add new options to the upload rules for the azure storage publisher


Compare: 
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/04234aee011a...42097d32fb1e

-- 
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.

Reply via email to