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"

(New page: To be completed)
 
(Infrastructure services)
Line 1: Line 1:
To be completed
+
Polarsys infrastructure provides several services.
 +
Here are hints and tips on how to setup and use these services.
 +
 
 +
 
 +
= Download service =
 +
The [http://polarsys.org/downloads/ download service] aims at allowing contributors to upload and share files.
 +
*[[Polarsys/Infrastructure/SetupDownloadService | Using the download service]]
 +
 
 +
= 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...
 +
*[[Polarsys/Infrastructure/SetupHudson | Setting up Hudson]]

Revision as of 11:49, 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 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...

Back to the top