From 47e26f92e87f9f58d1bd609e201ac6987e739f5f Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 21 May 2018 13:28:28 -0400 Subject: [PATCH] Add policy/parent jobs Adding the verify/merge jobs for policy/parent. This repo is targeted for Casablanca so there is no need for a release job. It will only contain a parent pom.xml for the other repos to reference so it will not need a sonar job. Issue-ID: POLICY-808 Change-Id: Iecf9ead6f97ce973531f82faef8674d5ea53dac1 Signed-off-by: Pamela Dragosh --- jjb/policy/policy-parent.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 jjb/policy/policy-parent.yaml diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml new file mode 100644 index 000000000..5ed2a1f42 --- /dev/null +++ b/jjb/policy/policy-parent.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: policy-parent + project-name: 'policy-parent' + jobs: + - gerrit-maven-clm: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + + project: 'policy/parent' + stream: + - 'master': + branch: 'master' + mvn-settings: 'policy-parent-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-builder-4c-4g -- 2.16.6