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 "Starting a Higgins Build"

(Triggering a stable build for any Higgins component)
m (Added tag for left menu, plus category)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins}}
 
=== Triggering a stable build for any Higgins component ===
 
=== Triggering a stable build for any Higgins component ===
  
Line 14: Line 15:
 
   tagBuild - note: option is ignored for SVN
 
   tagBuild - note: option is ignored for SVN
  
== Links ==
+
[[Category:Higgins Developer Info]]
* [http://eclipse.org/higgins Higgins Home]
+

Revision as of 08:18, 16 March 2008

{{#eclipseproject:technology.higgins}}

Triggering a stable build for any Higgins component

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/bin':

cd /shared/technology/higgins/bin

3. Run ./build.sh with following format ./build.sh <N|S label|R label> [-tagBuild]

Where:
  N        - Nightly build, label is ignored
  S        - Stable build
  R        - Release build
  label    - a string is used to label stable or release builds
  tagBuild - note: option is ignored for SVN

Back to the top