Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: publish-over-ftp-plugin
-
Labels:None
-
Similar Issues:
Description
I'm uploading big files (50-150MB) to a FTP server via a household DSL connection each night. Twice or three times a week the connection fails while uploading. The entry in the log is:
ERROR: Exception when publishing, exception message [IOException caught while copying.]
It would be very nice if I could specify a number of time the upload is retried.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Major [ 3 ] | Minor [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 140282 ] | JNJira + In-Review [ 205199 ] |
Code changed in jenkins
User: bap2000
Path:
src/main/java/jenkins/plugins/publish_over/BPTransfer.java
src/main/java/jenkins/plugins/publish_over/BapPublisher.java
src/main/java/jenkins/plugins/publish_over/BapPublisherException.java
src/main/java/jenkins/plugins/publish_over/BapTransferException.java
src/main/java/jenkins/plugins/publish_over/JellySupport.java
src/main/java/jenkins/plugins/publish_over/Retry.java
src/main/resources/jenkins/plugins/publish_over/Messages.properties
src/main/resources/pojelly/checkbox.jelly
src/main/resources/pojelly/disabled-checkbox.jelly
src/test/java/jenkins/plugins/publish_over/BPTransferTest.java
src/test/java/jenkins/plugins/publish_over/BapPublisherTest.java
http://jenkins-ci.org/commit/publish-over-plugin/6e3bef791fa8cdc3e5227d6a092d0ba469a13237
Log:
[FIXED JENKINS-10094] Retry uploads on bad connections
Moved "Verbose output in console" to new advanced section
Swtiched some of the checkboxes from entry/@title to checkbox/@title to prevent longer descriptions from reformatting the view too much