Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Starting a Higgins Build

Revision as of 04:45, 14 December 2007 by Unnamed Poltroon (Talk)

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 lable|R lable> [-tagBuild]

    N - Nightly build, lable is ignored
    S - Stable build
    R - Release build
    lable - lable that will be used to mark stable or release builds
    -tagBuild option is ignored for svn.

Links

Back to the top