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"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
= Services =
 
Polarsys infrastructure provides several services.  
 
Polarsys infrastructure provides several services.  
 
Here are hints and tips on how to setup and use these services.  
 
Here are hints and tips on how to setup and use these services.  
  
= Download service =
+
== Source Control Management (SCM) ==
 +
Polarsys infrastructure provides a Git repository.
 +
*[[Polarsys/Infrastructure/UsingGit | Using Git]]
 +
 
 +
== Download service ==
 
The [http://polarsys.org/downloads/ download service] aims at allowing contributors to upload and share files.
 
The [http://polarsys.org/downloads/ download service] aims at allowing contributors to upload and share files.
 
*[[Polarsys/Infrastructure/SetupDownloadService | Using the download service]]
 
*[[Polarsys/Infrastructure/SetupDownloadService | Using the download service]]
  
= 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]]

Latest revision as of 12:09, 9 May 2012

Services

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

Source Control Management (SCM)

Polarsys infrastructure provides a Git repository.

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.

Back to the top