We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This plugin can not work for me. I am not sure it is due to my jenkins incorrect configuration or plugin bug. So I do some investigation:
I check jenkins configuration page, and find this issue in "Global HipChat Notifier Settings". When I click "?" icon, it displays this alert info "ERROR: Failed to load help file: Not Found". Then I use chrome developer tool to catch more info, and find: GET http://10.128.5.136:8888/jenkins/jenkins/plugin/hipchat/help-globalConfig-hipChatBuildServerUrl.html 404 (Not Found) This http request is send when I click "?" icon. but the url path is incorrect, which should be: http://10.128.5.136:8888/jenkins/plugin/hipchat/help-globalConfig-hipChatBuildServerUrl.html
Here is image to show above issue:
My jenkins url is http://10.128.5.136:8888/jenkins
Then I find similar issue in other jenkins plugin: https://issues.jenkins-ci.org/browse/JENKINS-12433 This issue happens when jenkins url is NOT root url.
So I guess it may be a plugin bug.
The text was updated successfully, but these errors were encountered:
Fix path to help files
df21c68
closes jlewallen#75
Successfully merging a pull request may close this issue.
This plugin can not work for me. I am not sure it is due to my jenkins incorrect configuration or plugin bug. So I do some investigation:
I check jenkins configuration page, and find this issue in "Global HipChat Notifier Settings". When I click "?" icon, it displays this alert info "ERROR: Failed to load help file: Not Found". Then I use chrome developer tool to catch more info, and find:
GET http://10.128.5.136:8888/jenkins/jenkins/plugin/hipchat/help-globalConfig-hipChatBuildServerUrl.html 404 (Not Found)
This http request is send when I click "?" icon. but the url path is incorrect, which should be:
http://10.128.5.136:8888/jenkins/plugin/hipchat/help-globalConfig-hipChatBuildServerUrl.html
Here is image to show above issue:
My jenkins url is http://10.128.5.136:8888/jenkins
Then I find similar issue in other jenkins plugin: https://issues.jenkins-ci.org/browse/JENKINS-12433
This issue happens when jenkins url is NOT root url.
So I guess it may be a plugin bug.
The text was updated successfully, but these errors were encountered: