Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.34 KB

Teamcity Release Version Generator Plugin

version: 0.2

The plug-in is intended for generation of versions of artifacts. In order that in assembly the version of an artifact was generated, it is necessary to add necessary "Build Feature" (step 1, step 2).

The generated properties

name
release.version
env.RELEASE_VERSION
system.release.version

Date/Time Build Version Generator

default template : YYYYMMddHHmmss

Parameter for customization of a format (pattern letters): release.version.format

At the moment only one version of the generator - date in format YYYYMMdd.HHmmss: screen 1, screen 2, screen 3, screen 4.

TODO

  • Check the correctness of the plug-in when running several "Build Runner"
  • To add date-time custom format as dialog box in Feature
  • To add still versions of generators, in addition to Date/time
  • To add separate generation for Release and Snapshot of versions
  • To add support of the generator from Maven
  • To add support of the generator from Gradle
  • To add support of generators not only for Java
  • To add tests