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 "Gyrex/Contributor Guide/Releng"

m
(Publishing Builds on download.eclipse.org)
Line 9: Line 9:
 
|Description
 
|Description
 
|Integration Builds
 
|Integration Builds
 +
|Stable Builds
 
|-
 
|-
 
|BUILD_TYPE
 
|BUILD_TYPE
 
|The type of a build.
 
|The type of a build.
 
|I
 
|I
 +
|S
 
|-
 
|-
 
|BUILD_IDENTIFIER
 
|BUILD_IDENTIFIER
 
|A specific identifier to label the build or empty to generate a default one.
 
|A specific identifier to label the build or empty to generate a default one.
 
|(leave empty)
 
|(leave empty)
 +
|''upcoming minor'' release (eg. 1.3) '''plus''' ''suffix'' (eg. M1, M2, ... RC1, RC2...) without space (eg. 1.3M1, 2.0RC1, ...)
 
|-
 
|-
 
|BUILD_BRANCH
 
|BUILD_BRANCH
 
|The branch to build from.
 
|The branch to build from.
|should always be '''master'''
+
|colspan="2"|should always be '''master'''
 
|-
 
|-
 
|PUBLISH_STREAM
 
|PUBLISH_STREAM
 
|The stream this gets published to on <code>download.eclipse.org/gyrex/$PUBLISH_STREAM/...</code>
 
|The stream this gets published to on <code>download.eclipse.org/gyrex/$PUBLISH_STREAM/...</code>
|should be the '''upcoming''' ''minor'' release (eg. 1.3) without last version component, just <code>major.minor</code>
+
|colspan="2"|should be the ''upcoming minor'' release (eg. 1.3) without last version component, just <code>major.minor</code>
 
|}
 
|}

Revision as of 16:15, 27 January 2014

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 Description Integration Builds Stable Builds
BUILD_TYPE The type of a build. I S
BUILD_IDENTIFIER A specific identifier to label the build or empty to generate a default one. (leave empty) upcoming minor release (eg. 1.3) plus suffix (eg. M1, M2, ... RC1, RC2...) without space (eg. 1.3M1, 2.0RC1, ...)
BUILD_BRANCH The branch to build from. should always be master
PUBLISH_STREAM The stream this gets published to on download.eclipse.org/gyrex/$PUBLISH_STREAM/... should be the upcoming minor release (eg. 1.3) without last version component, just major.minor

Back to the top