Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle exceptions of extensions #64

Merged
merged 1 commit into from
Jul 20, 2015
Merged

Conversation

lanwen
Copy link
Member

@lanwen lanwen commented Jul 19, 2015

Review on Reviewable

subscriber.onEvent(event, payload);
} catch (Throwable t) {
LOGGER.error("Subscriber {} failed to process {} hook, skipping...",
subscriber.getClass().getName(), event, t);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does subscriber has descriptor and it's name?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, only describable has descriptor.

@KostyaSha
Copy link
Member

👍

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@oleg-nenashev
Copy link
Member

👍

KostyaSha added a commit that referenced this pull request Jul 20, 2015
handle exceptions of extensions
@KostyaSha KostyaSha merged commit bcb51b2 into jenkinsci:master Jul 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants