You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/14 17:18:51 UTC

[GitHub] sandeep-krishnamurthy closed pull request #12561: Fix error in try/finally block for blc

sandeep-krishnamurthy closed pull request #12561: Fix error in try/finally block for blc
URL: https://github.com/apache/incubator-mxnet/pull/12561
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/nightly/broken_link_checker_test/JenkinsfileForBLC b/tests/nightly/broken_link_checker_test/JenkinsfileForBLC
index 4c3f0531997..a65074439b5 100755
--- a/tests/nightly/broken_link_checker_test/JenkinsfileForBLC
+++ b/tests/nightly/broken_link_checker_test/JenkinsfileForBLC
@@ -35,6 +35,8 @@ core_logic: {
             try {
               utils.init_git()
               utils.docker_run('ubuntu_blc', 'broken_link_checker', false)
+            } catch(Exception ex) {
+              sh "echo Broken Link Checker failed with exception - " + ex.toString()
             }
           }
         }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services