Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttrzcinski/taginsky
Creates version tags for CI/CD pipelines and builds.
https://github.com/ttrzcinski/taginsky
java java13 junit5 uuid versioning
Last synced: 7 days ago
JSON representation
Creates version tags for CI/CD pipelines and builds.
- Host: GitHub
- URL: https://github.com/ttrzcinski/taginsky
- Owner: ttrzcinski
- License: apache-2.0
- Created: 2020-02-05T21:48:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T22:42:42.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T02:22:08.369Z (almost 2 years ago)
- Topics: java, java13, junit5, uuid, versioning
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taginsky
Creates version tags for CI/CD pipelines and builds.JAVA APPLICATION working as CI/CD versioning module.
Build version in GIT/JIRA/Jenkins/TeamCity
Parts:
- SET MAJOR VERSION
- ITERATIVE MINOR VERSION
- CURRENT DATE AND IT'S PARTS
- SPRINT_NUMBER
- JIRA
- Read from tag
- Read from name
- Read from project
- BUILD (JOB RUN) NUMBER
- TYPE_OF_BUILD (SNAPSHOT, FIX, HOT_FIX, NIGHTLY_BUILD, EAP, RELEASE, alpha, beta)
I/O:
GIT
- current git repository
- remote git repository
JIRA
- API
- curl with XPath
Jenkins
- API
- curl with XPath
- current_data'n'time
- metadata_of_jar
- pom_file - version tag
- Java UUID
ACTIONS:
- PARSE VERSION from version tag
- SPLIT VERSION tag into variables
- INCREMENT VERSION of version tag
- PASS VERSION as String
- WRITE VERSION into build or run