From 2faa6e6b9703f12bbbfc355241f99b46fdce0bbb Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Mon, 11 May 2020 15:03:44 +0200 Subject: 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 Change-Id: Ia93e3e85a16c764eca0c14af2dbe166117ea769a --- version.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 version.properties (limited to 'version.properties') 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 -- cgit 1.2.3-korg