Skip to main content

Notice: This Wiki is now read only and edits are no longer 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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.