Add self-release jobs to portal/ric-dashboard 22/1622/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 15 Nov 2019 23:16:20 +0000 (18:16 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 15 Nov 2019 23:16:20 +0000 (18:16 -0500)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Iedaee9db23bcf3125e3d31bab9da2ab6f9addbee

jjb/portal-ric-dashboard/portal-ric-dashboard.yaml

index 4559376..8940287 100644 (file)
     sonarcloud-project-organization: '{sonarcloud_project_organization}'
     jobs:
       - gerrit-maven-sonar
+
+- project:
+    <<: *portal_ric_dashboard_common
+    name: portal-ric-dashboard-release
+    branch: master
+    # maven release requires sigul which requires centos
+    # container release requires docker
+    build-node: centos7-docker-2c-8g
+    jobs:
+      - '{project-name}-gerrit-release-jobs'