jenkinsci / jms-messaging-plugin

https://plugins.jenkins.io/jms-messaging
12 stars 38 forks source link

Give users some sort of notification when a trigger has a fatal error. #121

Closed ggallen closed 5 years ago

ggallen commented 5 years ago

If a user enters a JMS selector that is invalid, no notification is given to the user that anything is wrong. This also happens in the case of a permissions problem.

In this case the trigger will never function and the job will never run, and the trigger thread keeps retrying every minute. The only way for these two issues to be fixed is for a configuration change to be made.

ggallen commented 5 years ago

Fix by https://github.com/jenkinsci/jms-messaging-plugin/pull/122.