This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b69e4b  [MXNET-561] Retry submission of coverage report on 4xx, 5xxs 
(#11460)
1b69e4b is described below

commit 1b69e4bd92dc3c2a73a310993cd21e6119d52c0c
Author: Kellen Sunderland <kellen.sunderl...@gmail.com>
AuthorDate: Thu Jun 28 17:55:02 2018 +0200

    [MXNET-561] Retry submission of coverage report on 4xx, 5xxs (#11460)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bff78e3..7156dc1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -93,7 +93,7 @@ echo ${libs} | sed -e 's/,/ /g' | xargs md5sum
 }
 
 def publish_test_coverage() {
-    sh 'curl -s https://codecov.io/bash | bash -s -'
+    sh 'curl --retry 10 -s https://codecov.io/bash | bash -s -'
 }
 
 def collect_test_results_unix(original_file_name, new_file_name) {

Reply via email to