diff options
author | morganrol <morgan.richomme@orange.com> | 2021-05-24 09:04:30 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-05-25 13:55:55 +0000 |
commit | fcaf69716e79737f4fc26824a56b838713fc3f18 (patch) | |
tree | 85561d2e524aa1dc8a08c57d496287aa202543be /version.properties | |
parent | cd5520a49746400a462fdeeb53376467f77809d8 (diff) |
[RELEASE] Add version.properties
Tested on guilin branch, we can now include a version properties
that could be used to release xtesting images.
Issue-ID: INT-1884
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: If624e68a11712d349c08d253d2bad017973353ef
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..0182ba1 --- /dev/null +++ b/version.properties @@ -0,0 +1,11 @@ +# Versioning variables +# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) +# because they are used in Jenkins, whose plug-in doesn't support +major=8 +minor=0 +patch=0 +base_version=${major}.${minor}.${patch} +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT +tags=latest ${base_version}-STAGING-latest |