From 162236a181ff01986f21e5f18cf1ec268956b2fc Mon Sep 17 00:00:00 2001 From: santanude Date: Tue, 8 Mar 2022 12:03:55 +0530 Subject: [PATCH] Add dmaap and influx-db adapter plugins to the release process SMO-55 Signed-off-by: santanude Change-Id: Ibd6ccc73c0f2cff42283e17ededb2eb027d1a0d4 --- dmaapadapter/container-tag.yaml | 4 ++++ influxdb-connector/container-tag.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 dmaapadapter/container-tag.yaml create mode 100644 influxdb-connector/container-tag.yaml diff --git a/dmaapadapter/container-tag.yaml b/dmaapadapter/container-tag.yaml new file mode 100644 index 0000000..3188b04 --- /dev/null +++ b/dmaapadapter/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job requires a tag to build the Docker image. +# Global-JJB script assumes this file is in the repo root. +--- +tag: 5.0.1 diff --git a/influxdb-connector/container-tag.yaml b/influxdb-connector/container-tag.yaml new file mode 100644 index 0000000..3188b04 --- /dev/null +++ b/influxdb-connector/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job requires a tag to build the Docker image. +# Global-JJB script assumes this file is in the repo root. +--- +tag: 5.0.1 -- 2.16.6