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"

m
Line 27: Line 27:
 
Note:  
 
Note:  
 
* Only Higgins commiters can run autobuilder. So, you will need to login there using your Eclipse bugzilla account in order to access build page.
 
* Only Higgins commiters can run autobuilder. So, you will need to login there using your Eclipse bugzilla account in order to access build page.
* It is possible to run only one autobuilder at a time. So, sametimes you may need to wait until previous buid is completed.
+
* It is possible to run only one autobuilder at a time. So, sometimes you may need to wait until previous buid is completed.
  
  
 
[[Category:Higgins - Building]]
 
[[Category:Higgins - Building]]

Revision as of 09:42, 26 September 2008

{{#eclipseproject:technology.higgins}}

This page describe how to start autobuilder for any Higgins component. Right now there are to ways to do this:

  1. Start autobuilder from the command line
  2. Start autobuilder from the web page

Start autobuilder from the command line

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

Start autobuilder from the web page

You can start autobuilder for any of Higgins component using Higgins Build Page. This page allow you to run autobiulder to perform Nightly, Stable and Release builds using source code from different branches as well as specify SVN revision number.

Note:

  • Only Higgins commiters can run autobuilder. So, you will need to login there using your Eclipse bugzilla account in order to access build page.
  • It is possible to run only one autobuilder at a time. So, sometimes you may need to wait until previous buid is completed.

Back to the top