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

Fix error in try/finally block for blc #12561

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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