diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-21 13:28:28 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-21 13:28:34 -0400 |
commit | 47e26f92e87f9f58d1bd609e201ac6987e739f5f (patch) | |
tree | 3691e7c15763a2eb9719625d295e68a84e2cf86d | |
parent | d5302d900e5cf905d6488a878c1c4bc1ba1d274d (diff) |
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 <pdragosh@research.att.com>
-rw-r--r-- | jjb/policy/policy-parent.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
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 |