Add self-release jobs to portal/ric-dashboard

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Iedaee9db23bcf3125e3d31bab9da2ab6f9addbee
diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml
index 4559376..8940287 100644
--- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml
+++ b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml
@@ -59,3 +59,13 @@
     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'