Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/Using Hudson/Monitoring Hudson"

m (Winston.prakash.gmail.com moved page Monitoring Hudson to Hudson-ci/Using Hudson/Monitoring Hudson: Wrong place)
 
(No difference)

Latest revision as of 23:31, 8 January 2015

To monitor automated build systems the following XML format has been specified by the vendor of the CruiseControl build system: http://confluence.public.thoughtworks.org/display/CI/Multiple+Project+Summary+Reporting+Standard

Build systems may provide a report using this XML format. Hudson supports this since version 1.154.

Monitoring software signals the state of the jobs on the build system in different ways. Typical is the use of tray icons and balloon popup messages.

In Hudson, the URL to this report is http://hudsonserver:port/cc.xml

In theory, you can use any monitoring that supports CruiseControl to monitor Hudson too. Here is a small list of tools:

Written in Java: JCCTray (uses SWT; configuration to use: Server Name: "My Buildsystem", Server Type: "CruiseControl", Server URL: "http://hudsonserver/cc.xml?" the trailing question mark must be there!)

For Windows: CCTray For Mac: CCMenu For Linux: BuildNotify

Other monitoring tools:Other monitoring tools

Back to the top