Hello Dan Burkert, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11214
to look at the new patch set (#2).
Change subject: [gradle] Aggressively retry downloading the gradle wrapper jar
......................................................................
[gradle] Aggressively retry downloading the gradle wrapper jar
When downloading the Gradle wrapper jar via curl
builds could fail because we didn’t retry. This patch
adds various ways to retry:
- Adds `—retry 3` to retry transient errors.
- Adds -L to handle when the requested page has
moved to a different location
- Adds -S to show the errors.
- Adds a manual retry loop to retry errors that
curl doesn’t think are transient.
- Replaces raw.githubusercontent.com usage with
a github.com raw url.
Change-Id: I85b0f9252dbb68b4f6f67c29f9ad02f145e084ba
---
M java/gradle/wrapper.gradle
M java/gradlew
2 files changed, 23 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/14/11214/2
--
To view, visit http://gerrit.cloudera.org:8080/11214
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I85b0f9252dbb68b4f6f67c29f9ad02f145e084ba
Gerrit-Change-Number: 11214
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins