Skip to content

Parameters

PIPELINE_VERSION
If the parameter definitions have changed, this version will be out-dated. The script will run but will do nothing other than updating the parameter definitions of the job as a side-effect.
BUILD_DESCRIPTION
Use one of the following links to reconfigure the other parameters below.
Java 11 (Adoptium) Java 17 (Adoptium) Java 21 (Adoptium) Java 22 (Adoptium)
PUBLISH_LOCATION_PREFIX
The location under https://download.eclipse.org/justj/${PUBLISH_LOCATION_PREFIX}/${java.version}/downloads/ where to publish the results.
Generally just use the default unless you plan to delete the results after the promotion.
JUSTJ_MANIFEST_URL
Reuse an existing build of the JREs rather than building new ones. In general, copy a justj.manifest link from an existing jres/${java.version}/downloads/latest/justj.manifest. The JDK URLs specified below will be ignored in this case. To build new JREs, clear this parameter field! To do a release build, ensure that this field specifies the ${java.version} to be released.
JDK_URLS_WINDOWS
One or more URLs to a Windows zip of a JDK, e.g., from https://adoptium.net/ or https://jdk.java.net/.
JDK_URLS_MACOS
One or more URLs to a MacOS tar.gz of a JDK for x86_64, e.g., from https://adoptium.net/ or https://jdk.java.net/.
JDK_URLS_MACOS_AARCH64
One or more URLs to a MacOS tar.gz of a JDK for aarch64, e.g., from https://adoptium.net/ or https://jdk.java.net/.
JDK_URLS_LINUX
One or more URLs to a Linux tar.gz of a JDK for x86_64, e.g., from https://adoptium.net/ or https://jdk.java.net/.
JDK_URLS_LINUX_AARCH64
One or more URLs to a Linux tar.gz of a JDK for aarch64, e.g., from https://adoptium.net/ or https://jdk.java.net/.
JDK_URLS_LINUX_PPC64LE
One or more URLs to a Linux tar.gz of a JDK for ppc64le, e.g., from https://adoptium.net/ or https://jdk.java.net/.
BUILD_TYPE
The type of build to produce. A release build will not do a new build but rather will promote the most recent milestone build. None of the values specified above are therefore relevant in this case, except that the Java version of the JUSTJ_MANIFEST_URL determines which update site will be released.

Loading...

Whether to promote the p2 repository to the download server.