We currently have a Jenkins server which is secured using Jenkins' own
user database.
We would like to use some of the tools available for monitoring the
status of our builds like CCMenu (
http://ccmenu.sourceforge.net/),
Hudson Notifier (
http://code.google.com/p/hudson-on-cocoa/) etc.
Most of the tools work by entering the URL of either rssAll feed or
cc.xml feed. However since Jenkins is secured access to these
resources require authentication.
According to the wiki (
https://wiki.jenkins-ci.org/display/JENKINS/
Authenticating+scripted+clients) these resources should be accessible
using HTTP BASIC authentication. However accessing these resources
using classic http://username:password@host/jenkins does not seem to
work when using these tools or testing in a browser. A HTTP 403
response code is returned and browsers are redirected. In CURL such an
url works fine.
Has anyone else experienced this and/or is there any way to make such
urls work ubiquitously?
Thanks in advance!