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

Gyrex/Contributor Guide/Releng

< Gyrex‎ | Contributor Guide
Revision as of 16:04, 27 January 2014 by Unnamed Poltroon (Talk) (Created page with "Please read through the following to get a better understanding of how releases are done. == Publishing Builds on download.eclipse.org == Builds get published automatically o...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Please read through the following to get a better understanding of how releases are done.

Publishing Builds on download.eclipse.org

Builds get published automatically on download.eclipse.org. However, only I-Builds run automatically once per week. All other builds must be triggered manually.

Build Types and Hudson job parameter
Parameter BUILD_TYPE BUILD_IDENTIFIER BUILD_BRANCH PUBLISH_STREAM
Description The type of a build. A specific identifier to label the build or empty to generate a default one. The branch to build from. The stream this gets published to on download.eclipse.org/gyrex/$PUBLISH_STREAM/...
Integration Builds I (leave empty) should always be master should be the upcoming minor release (eg. 1.3) without last version component, just major.minor

Back to the top