[JIRA] [s3] (JENKINS-21594) JENKINS-16025 broke non-wirldcard S3 upload

2014-01-31 Thread [email protected] (JIRA)















































David Beer
 resolved  JENKINS-21594 as Fixed


JENKINS-16025 broke non-wirldcard S3 upload
















Change By:


David Beer
(31/Jan/14 1:34 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.


[JIRA] [s3] (JENKINS-21594) JENKINS-16025 broke non-wirldcard S3 upload

2014-01-31 Thread [email protected] (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21594


JENKINS-16025 broke non-wirldcard S3 upload















Code changed in jenkins
User: David Beer
Path:
 src/main/java/hudson/plugins/s3/S3BucketPublisher.java
http://jenkins-ci.org/commit/s3-plugin/679f74801e65cb863a9dc6e3c5ebb0846e6429d7
Log:
  Merge pull request #21 from masterzen/fix/JENKINS-21594-no-wildcard-upload

JENKINS-21594: Allow to upload file without wildcard


Compare: https://github.com/jenkinsci/s3-plugin/compare/519a55f5c806...679f74801e65




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.


[JIRA] [s3] (JENKINS-21594) JENKINS-16025 broke non-wirldcard S3 upload

2014-01-31 Thread [email protected] (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21594


JENKINS-16025 broke non-wirldcard S3 upload















Code changed in jenkins
User: Brice Figureau
Path:
 src/main/java/hudson/plugins/s3/S3BucketPublisher.java
http://jenkins-ci.org/commit/s3-plugin/40c193421e90fac7033f78a64a0a3e48e150cac0
Log:
  JENKINS-21594: Allow to upload file without wildcard

Commit 24a3b88[1] introduced a feature for wildcard uploads, but broke
the original behavior if your upload is configured with a straight
filename.

For instance:
Destination bucket: path/to/dir
Source: file.tar.gz

Would be uploaded as path/to/dir, missing completely the source file name.

This commit fixes this specific issue.

[1]
https://github.com/jenkinsci/s3-plugin/commit/24a3b88a7b9acb0532deabe686944e53747c49a9

Signed-off-by: Brice Figureau 





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.


[JIRA] [s3] (JENKINS-21594) JENKINS-16025 broke non-wirldcard S3 upload

2014-01-31 Thread [email protected] (JIRA)














































Brice Figureau
 commented on  JENKINS-21594


JENKINS-16025 broke non-wirldcard S3 upload















This is fixed in this PR: https://github.com/jenkinsci/s3-plugin/pull/21



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.


[JIRA] [s3] (JENKINS-21594) JENKINS-16025 broke non-wirldcard S3 upload

2014-01-31 Thread [email protected] (JIRA)














































Brice Figureau
 created  JENKINS-21594


JENKINS-16025 broke non-wirldcard S3 upload















Issue Type:


Bug



Affects Versions:


current



Assignee:


Michael Watt



Components:


s3



Created:


31/Jan/14 12:38 PM



Description:


The fix for JENKINS-16025 broke the case when you're trying to upload to S3 a single file without using a wildcard.

For instance:
bucket: bucket/path/to/artifact
source: *.tar.gz

will correctly upload all tar.gz to the destination bucket in the /path/to/artifact folder.

But:
bucket: bucket/path/to/artifact
source: myfile.tar.gz

will unfortunately upload the myfile.tar.gz content into the 'artifact' directory.




Project:


Jenkins



Priority:


Major



Reporter:


Brice Figureau

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.