Always log unhandled exception on download (#2577)
This commit is contained in:
committed by
GitHub
parent
737c6bddc3
commit
107ebca740
@@ -89,6 +89,8 @@ public interface UpdateHandler {
|
|||||||
if (updateStatus.status() != UpdateStatus.Status.FAILURE && updateType != DdiDeployment.HandlingType.SKIP) {
|
if (updateStatus.status() != UpdateStatus.Status.FAILURE && updateType != DdiDeployment.HandlingType.SKIP) {
|
||||||
ddiController.sendFeedback(update());
|
ddiController.sendFeedback(update());
|
||||||
}
|
}
|
||||||
|
} catch (final Exception ex) {
|
||||||
|
log.error("Failed to download artifact. Reason : ", ex);
|
||||||
} finally {
|
} finally {
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user