-
Improvement
-
Resolution: Unresolved
-
Major
-
None
JENKINS-18272 introduced the POM_VERSION enviroment variable but it would be nice to also get the parsed version.
Example:
Version is 1.0-SNAPSHOT
POM_VERSION = 1.0-SNAPSHOT
POM_VERSION_MAJOR = 1
POM_VERSION_MINOR = 0
POM_VERSION_QUALIFIER = SNAPSHOT
- is related to
-
JENKINS-18272 Expose key maven properties (such as GAV IDs) as build variables
-
- Resolved
-
Pull request: https://github.com/jenkinsci/maven-plugin/pull/11