Skip to content

Parameters

tag_or_branch
The tag or local branch to check out.
Example for branches:
releases/3.10.x
releases/4.0.x
develop

Example for tags:
Luna_M7
Luna_4.0_SR1_M1
Kepler_SR2_RC4

Loading...

Defines if the first parameter is a tag or a branch
remote_branch
The remote branch relative to the repository origin, e.g. setting this value to "release/3.9.2" means that the remote branch is located at origin/release/3.9.2
Example for branches:
releases/3.10.x
releases/4.0.x
develop

Example for tags:
Luna_M7
Luna_4.0_SR1_M1
Kepler_SR2_RC4

build_prefix
N for Nightly (without hyphen!)
Mn- for Milestones (with hyphen: e.g. M1-)
Mn-m- for Previews between Milestones (with hyphen: e.g. M1-1-)
RCn- for Release Candidates (with hyphen: e.g. RC1-)
stage_target_dir
Directory where the build will be put at. Location is relative to /home/data/httpd/download.eclipse.org/scout/ (e.g. /home/data/httpd/download.eclipse.org/scout/nightly/4.0). Possible values:
nightly/3.10
nightly/4.0
nightly/4.1
releases/3.10/3.10.1
releases/4.0/4.0.0
releases/4.0/4.0.1
builds_to_keep
Defines the number of latest builds to keep in the stage_target_dir.
Recommended values are:
3 for nightly/**
20 for releases/**