-
Bug
-
Resolution: Fixed
-
Major
-
None
We are using hipchat version: 0.1.5-SNAPSHOT
When we get a notification via hipchat, the link that we receive points to something like:
file:///Applications/HipChat.app/Contents/Resources/nulljob/build-dialer/603/
That link is obviously broken. I thought it would be a link to Jenkins or something.
Any ideas how this can fixed/tweaked?
My config.xml looks like:
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty plugin="hipchat@0.1.5-SNAPSHOT">
<room>123456789</room>
<startNotification>true</startNotification>
<notifySuccess>true</notifySuccess>
<notifyAborted>true</notifyAborted>
<notifyNotBuilt>true</notifyNotBuilt>
<notifyUnstable>true</notifyUnstable>
<notifyFailure>true</notifyFailure>
<notifyBackToNormal>true</notifyBackToNormal>
</jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
<jenkins.plugins.hipchat.HipChatNotifier plugin="hipchat@0.1.5-SNAPSHOT">
<authToken>MY_AUTH_KEY</authToken>
<room>123456789</room>
</jenkins.plugins.hipchat.HipChatNotifier>