jenkins-hipchat-plugin icon indicating copy to clipboard operation
jenkins-hipchat-plugin copied to clipboard

Cannot see the options in my job preferences

Open alexnederlof opened this issue 11 years ago • 3 comments

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.

screen shot 2013-11-27 at 08 07 24

Am I missing something?

alexnederlof avatar Nov 27 '13 07:11 alexnederlof

Had the same problem but I built and installed the plugin from source and it works for me now.

lvillani avatar Nov 28 '13 18:11 lvillani

I'm also seeing this issue, plugin version 0.1.4, Jenkins version 1.544.

Wilfred avatar Feb 25 '14 12:02 Wilfred

I can confirm building the project from source adds these options:

screenshot from 2014-02-25 12 48 50

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.

Wilfred avatar Feb 25 '14 12:02 Wilfred