From 36913799f348d2fb5d7d0f537e74b7dfc9d7a0bf Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Fri, 15 May 2020 16:44:55 -0400 Subject: [PATCH] Add release job for traffic steering xapp The ts-xapp doesn't have a job which will push the image from staging to release. Issue-ID: RIC-385 Signed-off-by: E. Scott Daniels Change-Id: I72fc2b6e386ac66c26d4006732799ece2e3ca19c --- jjb/ric-app-ts/ric-app-ts.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jjb/ric-app-ts/ric-app-ts.yaml b/jjb/ric-app-ts/ric-app-ts.yaml index f6d389d3..e5f8a487 100644 --- a/jjb/ric-app-ts/ric-app-ts.yaml +++ b/jjb/ric-app-ts/ric-app-ts.yaml @@ -43,3 +43,13 @@ stream: - master: branch: master + +# push nexus image from staging to release +- project: + <<: *ts_common + name: ric-app-ts-release + # maven release requires sigul which requires centos + # container release requires docker + build-node: centos7-docker-2c-8g + jobs: + - '{project-name}-gerrit-release-jobs' -- 2.16.6