jenkinsci / publish-over-ftp-plugin

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

[JENKINS-21506] Make the ftp plugin retry connection a few times #55

Closed jira-importer closed 6 years ago

jira-importer commented 10 years ago

(currently using plugin 1.10 - latest)

We are seeing builds failed because the ftp plugin can't establish connection. We already have a timeout value very high. Whenever that happens, resubmitting the build right away fixes it.

That's probably because of intermittent network connectivity problems. I think it would help us a lot of the ftp plugin could retry a few times connecting to the ftp server before giving up.


Originally reported by ttimo, imported from: Make the ftp plugin retry connection a few times
  • assignee: slide_o_mix
  • status: Resolved
  • priority: Major
  • resolution: Fixed
  • resolved: 2017-12-22T01:30:48+11:00
  • imported: 2022/01/10
jira-importer commented 6 years ago

slide_o_mix:

The plugin has a retry mechanism in place. You can set it in the project under the advanced section.