Skip to content

Commit

Permalink
Large files should also overwrite like small files
Browse files Browse the repository at this point in the history
Fixes JENKINS-46533
  • Loading branch information
rcgroot committed Sep 1, 2017
1 parent a76a084 commit 31d5e9b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ public static class Commit {
@Expose
private String path;
@Expose
private String mode = "add";
private String mode = UploadRequest.WriteMode.OVERWRITE;
@Expose
@SerializedName("autorename")
private boolean autoRename = false;
Expand Down

0 comments on commit 31d5e9b

Please sign in to comment.