Hudson

From Foochal

Jump to: navigation, search

What is Hudson

Hudson is a Continuous Integration System.

Installing Hudson

It is extremely easy to setup. You can download it as a single .war file and drop it into your web containers webapps folder and you're done.

Download latest Hudson war

Selenium plugin

  • Install plugin
    • Manage hudson -> manage plugins -> Available -> Hudson Seleniumhq plugin -> Check the option -> Click "install" button at the bottom of page
  • Download selenium remote control: http://seleniumhq.org/download/
  • Manage Hudson -> Configure System -> Selenium Remote control
  • Fill out the following:
selenium-server.jar path
  • Restart tomcat
  • Manage Hudson -> Configure System -> Selenium Remote control -> (?)

You get the following error:

HTTP Status 404 -

type Status report

message

description The requested resource () is not available.
Apache Tomcat/5.5.9

The error logs suggest that the following URL is accessed.

"GET /hudson/hudson/plugin/seleniumhq/help-global-builder.html HTTP/1.1" 404 950 "http://localhost:8080/hudson/configure" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3

Notice the two /hudson/hudson in the URL


Personal tools