summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-05-25 09:20:56 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-05-25 09:21:03 -0400
commit12ac3b428c60f0f7062b936ef7cede45b4630e26 (patch)
tree98d02d923de24caa7ce4dbcb5a997fdef44f07bf
parent0bdd513f0d4b76dcb4ad4d8293dac3e9e2fd202d (diff)
Add policy/distribution jenkins jobs
Issue-ID: POLICY-808 Change-Id: Id815701c8f871c976859691d06e71e99b6747e59 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--jjb/policy/policy-distribution.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml
new file mode 100644
index 000000000..d7f853ec2
--- /dev/null
+++ b/jjb/policy/policy-distribution.yaml
@@ -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'