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 "JakartaEE New Infra Release Job"

(Created page with " === This project is parameterized === {| !Name !Type !Default !Description |- |RELEASE_VERSION |String | |Version to release. Default value is from POM snapshot. |}")
 
(This project is parameterized)
Line 1: Line 1:
  
 
=== This project is parameterized ===
 
=== This project is parameterized ===
{|
+
{| class="wikitable"
 
!Name
 
!Name
 
!Type
 
!Type
Line 11: Line 11:
 
|
 
|
 
|Version to release. Default value is from POM snapshot.
 
|Version to release. Default value is from POM snapshot.
 +
|-
 +
|NEXT_VERSION
 +
|String
 +
|
 +
|Next snapshot version to set (e.g. 1.2.3-SNAPSHOT). Default value is from POM snapshot with last component incremented by 1.
 +
|-
 +
|BRANCH
 +
|String
 +
|master
 +
|Branch to release. Default value is master.
 +
|-
 +
|DRY_RUN
 +
|Boolean
 +
|false
 +
|Do not publish artifacts to OSSRH and code changes to GitHub.
 +
|-
 +
|OVERWRITE
 +
|Boolean
 +
|false
 +
|Allows to overwrite existing version in git and OSSRH staging repositories.
 
|}
 
|}

Revision as of 08:18, 9 October 2018

This project is parameterized

Name Type Default Description
RELEASE_VERSION String Version to release. Default value is from POM snapshot.
NEXT_VERSION String Next snapshot version to set (e.g. 1.2.3-SNAPSHOT). Default value is from POM snapshot with last component incremented by 1.
BRANCH String master Branch to release. Default value is master.
DRY_RUN Boolean false Do not publish artifacts to OSSRH and code changes to GitHub.
OVERWRITE Boolean false Allows to overwrite existing version in git and OSSRH staging repositories.

Back to the top