-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Play sound on build failure #24
Comments
We have the display up on a computer in the dev area, our Jenkins master is a VM in the server room so we can't use the Sounds plugin either. This would be a nice feature to have at some point. If its added I'd like to see configurable sounds for many events. (Job started, succeeded, failed, cancelled, etc.) |
In the meantime I've found this workaround http://www.wrightfully.com/using-cctray-to-monitor-jenkins-builds/ From: Nicholas Klopfer-Webber [mailto:notifications@github.com] We have the display up on a computer in the dev area, our Jenkins master is a VM in the server room so we can't use the Sounds plugin either. This would be a nice feature to have at some point. If its added I'd like to see configurable sounds for many events. (Job started, succeeded, failed, cancelled, etc.) Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-27452160. The information contained in this email message is intended only for the addressee and is not necessarily the official view or communication of the New Zealand Customs Service. This email may contain information that is confidential or legally privileged. If you have received it by mistake, please: |
Hi @andrewsumner and thanks for your feedback! I like the idea of playing a sound on a build failure and will probably look into implementing this functionality at some point :) In addtion to cctray, I think there are also some IDE (IntelliJ, Eclipse, etc) plugins that work in a similar fashion. You might want to give those a go as well. |
Hi! |
There's a plugin https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Sounds+plugin that supports playing sounds on webpages, might be easier to integrate that. |
I'm after a way to draw attention to the build monitor on a failed build and playing a sound would seem to do that. Could this plugin be extended to play a sound on failures - really a duplication of the functionality of the Jenkins Sounds plugin but I cannot figure out how to get that working on the PC the build monitor is running on.
The text was updated successfully, but these errors were encountered: