diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-11 15:03:44 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-04 07:56:23 +0000 |
commit | 2faa6e6b9703f12bbbfc355241f99b46fdce0bbb (patch) | |
tree | debdd96f98907356beb7e89386c083619a257256 /version.properties | |
parent | 92fe1c430065310244cf33a726dc0d14505e1436 (diff) |
Initial commit of script
Add the script and the Dockerfile
Make the script pass pylint (one issue left)
Make Dockerfile from base ONAP image
Issue-ID: OOM-2418
Issue-ID: OOM-761
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ia93e3e85a16c764eca0c14af2dbe166117ea769a
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..9603e41 --- /dev/null +++ b/version.properties @@ -0,0 +1,14 @@ +# 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=3 +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 |