Add policy/distribution jenkins jobs 25/49125/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 25 May 2018 13:20:56 +0000 (09:20 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 25 May 2018 13:21:03 +0000 (09:21 -0400)
Issue-ID: POLICY-808
Change-Id: Id815701c8f871c976859691d06e71e99b6747e59
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
jjb/policy/policy-distribution.yaml [new file with mode: 0644]

diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml
new file mode 100644 (file)
index 0000000..d7f853e
--- /dev/null
@@ -0,0 +1,29 @@
+---
+- project:
+    name: policy-distribution
+    project-name: 'policy-distribution'
+    jobs:
+      - gerrit-maven-clm
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'policy/distribution'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'policy-distribution-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+- project:
+    name: policy-distribution-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'policy/distribution'
+    project-name: 'policy-distribution'
+    branch: 'master'
+    mvn-settings: 'policy-distribution-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'