diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-05-25 17:26:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-25 17:26:13 +0000 |
commit | 86ba7d8cd3acec5344c4255fb09973dc426436bb (patch) | |
tree | b2b9fd04567171f0dc5fabbe0c011f6798428007 /jjb/policy/policy-distribution.yaml | |
parent | 6c51882d756697bbb280aa72702fe313371b08c7 (diff) | |
parent | 12ac3b428c60f0f7062b936ef7cede45b4630e26 (diff) |
Merge "Add policy/distribution jenkins jobs"
Diffstat (limited to 'jjb/policy/policy-distribution.yaml')
-rw-r--r-- | jjb/policy/policy-distribution.yaml | 29 |
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' |