Skip to content

Parameters

tag_or_branch
The tag or local branch to check out.
Example for branches:
release/3.9.2
develop

Example for tags:
Luna_M1
Kepler_SR1_RC1

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:
release/3.9.2
develop

Example for tags:
Luna_M1
Kepler_SR1_RC1

build_prefix
N for Nightly
M- for Milestones (e.g. M1-)
RC- for Release Candidates (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/3.9). Possible values:
nightly/3.9
nightly/3.10
releases/3.9/3.9.2
releases/3.10/3.10.0
builds_to_keep
Defines the number of latest builds to keep in the stage_target_dir.
Recommended values are:
3 for nightly/**
10 for releases/**