jenkins-hipchat-plugin
jenkins-hipchat-plugin copied to clipboard
Cannot see the options in my job preferences
I see in the source of HipChatJobProperty that I can configure different types of notification. However, these are not visible to me in the UI. I can only choose the room and start notification. The fields are not present in the HTML either.
Am I missing something?
Had the same problem but I built and installed the plugin from source and it works for me now.
I'm also seeing this issue, plugin version 0.1.4, Jenkins version 1.544.
I can confirm building the project from source adds these options:
I did this by:
$ git clone [email protected]:jlewallen/jenkins-hipchat-plugin.git
$ cd jenkins-hipchat-plugin
$ mvn package
This created the file target/hipchat.hip
, which I then uploaded to my Jenkins instance under Jenkins > Manage Jenkins > Manage Plugins > Advanced > Upload Plugin.
Related: It also took me a while to find the other settings to make HipChat work. They're under Jenkins > Manage Jenkins > Configure System > Global HipChat Notifier Settings.