Add release job for traffic steering xapp 22/3722/2
authorE. Scott Daniels <daniels@research.att.com>
Fri, 15 May 2020 20:44:55 +0000 (16:44 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 15 May 2020 20:49:51 +0000 (16:49 -0400)
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 <daniels@research.att.com>
Change-Id: I72fc2b6e386ac66c26d4006732799ece2e3ca19c

jjb/ric-app-ts/ric-app-ts.yaml

index f6d389d..e5f8a48 100644 (file)
     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'