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

Play sound on build failure #24

Closed
ghost opened this issue Oct 30, 2013 · 5 comments
Closed

Play sound on build failure #24

ghost opened this issue Oct 30, 2013 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 30, 2013

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.

@ottago
Copy link

ottago commented Oct 31, 2013

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.)

@ghost
Copy link
Author

ghost commented Oct 31, 2013

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]
Sent: Thursday, 31 October 2013 13:29
To: jan-molak/jenkins-build-monitor-plugin
Cc: SUMNER Andrew
Subject: Re: [jenkins-build-monitor-plugin] Play sound on build failure (#24)

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:
(a) reply promptly to that effect, and remove this email and the reply from your system; and
(b) do not act on this email in any other way.

@jan-molak
Copy link
Member

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.

jan-molak added a commit that referenced this issue Dec 18, 2013
… controller.

This refactoring is prep work for #22, #24, #30 and pretty much everything that's related to customising Build Monitor on client-by-client basis.
@umax
Copy link

umax commented Nov 28, 2014

Hi!
I have implemented the same monitor but for TeamCity CI. It shows necessary builds status and play alarm sound if any build failed. It's very useful to notify about failed build by sound. We have big TV in our room, and when build failed, all develops getting know about it :)

@taylormathewson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants