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

Hudson-ci/Using Hudson/Monitoring Hudson

< Hudson-ci‎ | Using Hudson
Revision as of 21:21, 13 December 2012 by Scott.fisher.oracle.com (Talk | contribs) (New page: 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/Multipl...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Other monitoring tools:Other monitoring tools

Copyright © Eclipse Foundation, Inc. All Rights Reserved.