From af00d5e9dd7582af987e204dbacfa8d5f08ed7c4 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 15 Nov 2019 18:16:20 -0500 Subject: [PATCH] Add self-release jobs to portal/ric-dashboard Signed-off-by: Lott, Christopher (cl778h) Change-Id: Iedaee9db23bcf3125e3d31bab9da2ab6f9addbee --- jjb/portal-ric-dashboard/portal-ric-dashboard.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml index 45593767..89402874 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' -- 2.16.6