diff options
author | Arun Arora <aroraarun@vmware.com> | 2017-09-26 21:57:03 +0530 |
---|---|---|
committer | Arun Arora <aroraarun@vmware.com> | 2017-10-16 17:12:45 +0530 |
commit | e4a8fb1d9a9106a03cf2c30b8165966567339a11 (patch) | |
tree | 272ccfda5393e797705795ade21bda1d9aafde77 /vesagent/version.properties | |
parent | 3406b48e1526dd7723f534d8d36ad183b01cbd06 (diff) |
VMWare vesagent for FCAPS
Fix python verify job fail issue
Change-Id: If4b7f82fe7175a4d018cd5c5232217e98824c0bd
Issue-ID: MULTICLOUD-8
Signed-off-by: Arun Arora <aroraarun@vmware.com>
Diffstat (limited to 'vesagent/version.properties')
-rw-r--r-- | vesagent/version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vesagent/version.properties b/vesagent/version.properties new file mode 100644 index 0000000..7f86aa1 --- /dev/null +++ b/vesagent/version.properties @@ -0,0 +1,13 @@ +# 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=1 +minor=1 +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 |