aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-24 09:04:30 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2021-05-24 07:06:28 +0000
commit8b647cee3f6583f2401f60aedc1629de6afe95eb (patch)
tree0042276ac83bac10047056e1be4cd12989ff2c47
parenta1bd54355ade29b683849e29b2e38fd62f2e36b9 (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
-rw-r--r--version.properties11
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