|
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 |
|
[ 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
| Powered by Nabble | Edit this page |

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