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"

m (General Information)
(Hudson for Committers)
Line 6: Line 6:
  
 
*[[Common Build Infrastructure/Getting Started/Build In Hudson|Build in Hudson]] - Information on requesting jobs, running jobs, setting up builds.  
 
*[[Common Build Infrastructure/Getting Started/Build In Hudson|Build in Hudson]] - Information on requesting jobs, running jobs, setting up builds.  
*[[Building an RCP application with hudson (Buckminster)|RCP apps with Buckminster on Hudson]]  
+
*[[Building an RCP application with hudson (Buckminster)|RCP apps with Buckminster on Hudson]]
 +
*[[Teneo/Teneo_Build_Setup|Building an Eclipse project (Teneo) with Buckminster and Hudson]]
 
*[[Common Build Infrastructure/Getting Started#In_Hudson|Athena Common Builder on Hudson]]  
 
*[[Common Build Infrastructure/Getting Started#In_Hudson|Athena Common Builder on Hudson]]  
 
*[[Hudson/Maven|Maven on Hudson]]  
 
*[[Hudson/Maven|Maven on Hudson]]  

Revision as of 22:18, 1 March 2010

General Information

The Eclipse Foundation runs a Hudson continuous integration server that eclipse hosted projects can take advantage of for their builds.  The Hudson server allows for the execution of Continuous Integration Builds, Nightly Builds, Integration Builds, Release Builds, and Testing. The Hudson instance is maintained by the eclipse community. Job creation is limited to committers and admin rights are administered by the community as a whole.

Hudson for Committers

Hudson for Administrators

Duties of Administrators

  1. Hudson upgrades and restarts
  2. New Hudson accounts
  3. Add plugins
  4. Set policy for Hudson usage
  5. Watch changes to this wiki page
  6. Monitor the Hudson Inbox.

Who are the Adminstrators

  • Nick Boldt
  • Kim Moir
  • David Carver

Please add other known administrators.

Hudson for Distributed Builds

  • Testing on Multiple Platforms
  • What is the Test-Slave Node?
  • How do I use the Test Slave Node to run Tests?

Back to the top