In order to point this module at your jenkins installation you'll likely need to set the $conf['jenkins_base_url'] variable in your settings.php file. It would probably be good to add something like the following to the README.
Usage:
-------------------------------------------------------------------------------
You need to tell the module where your Jenkins installation lives. This can be
done by setting the 'jenkins_base_url' variable in your settings.php file. e.g.)
$conf['jenkins_base_url'] = http://jenkins.example.com';
By default this is set to 'http://localhost:8080'.
Comments
Comment #1
skwashd commentedThanks for pointing this out. I used different text but the variable is now documented.