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)
m (General Information)
Line 3: Line 3:
 
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.  
 
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.  
  
== <br> Hudson for Committers  ==
+
== Hudson for Committers  ==
  
 
*[[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.  
Line 11: Line 11:
 
*[[Hudson/HowTo|How to....]]
 
*[[Hudson/HowTo|How to....]]
  
== <br> Hudson for Adminstrators ==
+
== Hudson for Administrators ==
  
 
*[[Common Build Infrastructure/Managing Hudson|Manage Hudson]]  
 
*[[Common Build Infrastructure/Managing Hudson|Manage Hudson]]  
Line 17: Line 17:
 
*[[Hudson/Admin/Installed_Plugins|Installed Plugins]]
 
*[[Hudson/Admin/Installed_Plugins|Installed Plugins]]
  
<br>
+
=== Duties of Administrators ===
 
+
=== Duties of Adminstrators ===
+
  
 
#Hudson upgrades and restarts  
 
#Hudson upgrades and restarts  

Revision as of 02:13, 12 January 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