From: Pamela Dragosh Date: Mon, 21 May 2018 17:28:28 +0000 (-0400) Subject: Add policy/parent jobs X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=47e26f92e87f9f58d1bd609e201ac6987e739f5f 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 --- 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