Quantcast

[JIRA] (JENKINS-13126) Empty directories are not uploaded

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13126) Empty directories are not uploaded

JIRA noreply@jenkins-ci.org
Jenni Philipp created JENKINS-13126:
---------------------------------------

             Summary: Empty directories are not uploaded
                 Key: JENKINS-13126
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13126
             Project: Jenkins
          Issue Type: Bug
          Components: publish-over-ftp
    Affects Versions: current
            Reporter: Jenni Philipp
            Assignee: bap


If a directory is empty, the plugin doesn't upload it to the ftp server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13126) Create empty directories on remote server

JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-13126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bap updated JENKINS-13126:
--------------------------

       Summary: Create empty directories on remote server  (was: Empty directories are not uploaded)
    Issue Type: New Feature  (was: Bug)

Correct.
The plugin (all of the publish-over plugins) uploads files that are selected, and only creates directories that are necessary to preserve the path to the file(s).
Have changed from bug to feature request.
               

> Create empty directories on remote server
> -----------------------------------------
>
>                 Key: JENKINS-13126
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13126
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: publish-over-ftp
>    Affects Versions: current
>            Reporter: Jenni Philipp
>            Assignee: bap
>
> If a directory is empty, the plugin doesn't upload it to the ftp server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13126) Create empty directories on remote server

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: bap2000
Path:
src/main/java/jenkins/plugins/publish_over/BPBuildInfo.java
src/main/java/jenkins/plugins/publish_over/BPTransfer.java
src/main/java/jenkins/plugins/publish_over/FileFinder.java
src/main/java/jenkins/plugins/publish_over/FileFinderResult.java
src/main/java/jenkins/plugins/publish_over/options/GlobalDefaults.java
src/main/java/jenkins/plugins/publish_over/options/TransferOptions.java
src/main/resources/jenkins/plugins/publish_over/view_defaults/BPTransfer/Messages.properties
src/main/resources/jenkins/plugins/publish_over/view_defaults/BPTransfer/Messages_no_BV.properties
src/test/java/jenkins/plugins/publish_over/BPBuildInfoTest.java
src/test/java/jenkins/plugins/publish_over/BPTransferTest.java
src/test/java/jenkins/plugins/publish_over/BapPublisherTest.java
src/test/java/jenkins/plugins/publish_over/FileFinderTest.java
http://jenkins-ci.org/commit/publish-over-plugin/d2b08c13cec1e6bb02d1df89344adfeaeb921500
Log:
[FIXED JENKINS-13126] [FIXED JENKINS-13831] Option to create empty directories

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13126) Create empty directories on remote server

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: bap2000
Path:
src/main/java/jenkins/plugins/publish_over_ftp/BapFtpTransfer.java
src/main/java/jenkins/plugins/publish_over_ftp/descriptor/BapFtpTransferDescriptor.java
src/main/java/jenkins/plugins/publish_over_ftp/options/FtpOverrideTransferDefaults.java
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpTransfer/config.jelly
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpTransfer/help-makeEmptyDirs.html
src/main/resources/jenkins/plugins/publish_over_ftp/options/FtpOverrideTransferDefaults/config.jelly
src/test/java/jenkins/plugins/publish_over_ftp/jenkins/CurrentConfigurationTest.java
src/test/java/jenkins/plugins/publish_over_ftp/jenkins/IntegrationTest.java
src/test/java/jenkins/plugins/publish_over_ftp/jenkins/LegacyConfigurationTest.java
http://jenkins-ci.org/commit/publish-over-ftp-plugin/42df64142b9c97c32f5f99352782549bed5c69cf
Log:
[FIXED JENKINS-13126] Option to create empty directories

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13126) Create empty directories on remote server

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (28/Sep/12 11:26 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13126) Create empty directories on remote server

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
bap closed New Feature JENKINS-13126 as Fixed
Change By: bap (22/Oct/12 2:29 PM)
Status: Resolved Closed
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
Loading...