jenkins-hipchat-plugin
jenkins-hipchat-plugin copied to clipboard
failed/still failing/fixed - options to chose when to send notifications
hi,
recently I was using the plugin for notification the sanity check job (runs via Jenkins cron each 30 min).
so it looks kinda bored to be notified in each 30 minute about a "green line" (it usually passed)
could it be possible please to make an option to choose when to send the notifications ? (for me its ideal to have options to choose like: failed/still failing/fixed builds) - so the continuous "fixed/green" messages would be omitted.
thanks.
+1 for me. We only want to be notified via hipchat if a build fails (or is unstable).
See that this is already implemented in HEAD, and working just fine :-) Thanks
+1 It would be nice to get an updated version of the plugin available via Jenkins plugin manager.
+1 to @taylorleese, I could not figure out how to to compile to an .hpi file using maven... If anyone could update this in the plugin manager or provide details on how to compile this to an .hpi, please let me know!
@JackCA build from the version here https://github.com/jenkinsci/hipchat-plugin
@taylorleese How do I go about doing that? I cloned the repo onto my jenkins machine and ran mvn
in the directory but get Cannot find parent: org.jenkins-ci.plugins:plugin
. Sorry, I'm not much of a Java guy so I'm pretty clueless. I'm sure I'm missing something simple.
Interesting, mvn package
should build the hpi and I just pulled the latest and it seemed to work fine.
Ah, we got it! We had a bad file sitting in our ~/.m2 directory. Deleting the lingering failed install file cleared that up. Thanks so much
This doesn't seem to do "Fixed"
Given that the 4fa23e10fbe878d30553da8db56fce65ce769133 has been merged, can we close this issue?
After installing the 0.15-SNAPSHOT, I think that the issue here has been resolved. However, I would like to see an official release of 0.15, and I'm sure there are others that agree :)
Ditto...please release this! This issue was filed 2yrs ago :-P
A release would be very much appreciated!
+1
This is now available in v0.1.5.
Is it correct that this only gives you the possibility to only be notified once when the build changes from failing to a success and not the other way? There are still no way to suppress a message every time a build fails, and therefore a recurring failing build will give recurring messages?