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 "Polarsys/Infrastructure"

Line 7: Line 7:
  
 
= Hudson =
 
= Hudson =
[https://polarsys.org/hudson/ Hudson] allows contributors to program project builds. This builds can be composed of several steps : tests, compiling, generating executable files, uploading the generated files on a server...  
+
[https://polarsys.org/hudson/ Hudson] is a continuous integration server. It allows contributors to program project builds. This builds can be composed of several steps, such as tests, compiling projects, generating executable files, uploading the generated files on a server...
 +
Hudson can be extended by several plugins in order to customize the builds.
 
*[[Polarsys/Infrastructure/SetupHudson | Setting up Hudson]]
 
*[[Polarsys/Infrastructure/SetupHudson | Setting up Hudson]]

Revision as of 11:54, 9 May 2012

Polarsys infrastructure provides several services. Here are hints and tips on how to setup and use these services.

Download service

The download service aims at allowing contributors to upload and share files.

Hudson

Hudson is a continuous integration server. It allows contributors to program project builds. This builds can be composed of several steps, such as tests, compiling projects, generating executable files, uploading the generated files on a server... Hudson can be extended by several plugins in order to customize the builds.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.