Skip to content
Failed

Parameters

BRANCH
The branch to build and release from. Examples: master 1.0.x 1.x
RELEASE_VERSION
The version identifier to use for the artifacts built by this job. Examples: 0.1.11-M8 0.2.0-RC1 2.1.0
NEXT_VERSION
The version identifier to use during development of the next version. Examples: 0.1.11-M9-SNAPSHOT 0.1.11-SNAPSHOT
JAVA_TOOL_OPTIONS
Default empty value is OK.

JAVA_TOOL_OPTIONS and _JAVA_OPTIONS are declared as workaround to override default environment variables.
This is only needed when java 7 is used.
See bug 547626 for details.
_JAVA_OPTIONS
Default empty value is OK. (see above)