Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix error in try/finally block for blc (#12561)
Browse files Browse the repository at this point in the history
* Fix error in try/finally block for blc

* Add catch block for BLC
  • Loading branch information
sandeep-krishnamurthy authored Sep 14, 2018
1 parent 52116d4 commit e213286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/nightly/broken_link_checker_test/JenkinsfileForBLC
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
}
Expand Down

0 comments on commit e213286

Please sign in to comment.