jenkinsci / publish-over-ftp-plugin

https://plugins.jenkins.io/publish-over-ftp/
21 stars 33 forks source link

[JENKINS-10679] Allow 'Source Files' to point to somewhere outside of workspace folder #36

Closed jira-importer closed 12 years ago

jira-importer commented 13 years ago

We're attempting to post the build logs to an ftp server for archiving purposes before we delete them from the Jenkins server. So, we'd like to be able to use this plugin (unless you have a different solution ) to do so. I've tried various different values in the 'Source Files' field with no success, including absolute and relative paths:


Originally reported by noahhoffman, imported from: Allow 'Source Files' to point to somewhere outside of workspace folder
  • assignee: bap
  • status: Closed
  • priority: Major
  • resolution: Won't Fix
  • resolved: 2011-11-07T23:27:04+11:00
  • imported: 2022/01/10
jira-importer commented 13 years ago

bap:

Hi Noah,

I consider this a feature, both for security and for ensuring the correct encapulation of the project.

The following plugin will enable you to copy the logs from the master into the workspace (whether remote slave, or on the master), and then the Publish Over FTP Plugin can be used to send the files to the remote server.

https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin

HTH,
Bap.