summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-engine.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/policy/policy-engine.yaml')
-rw-r--r--jjb/policy/policy-engine.yaml14
1 files changed, 13 insertions, 1 deletions
diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml
index ceb228eca..a66e006fc 100644
--- a/jjb/policy/policy-engine.yaml
+++ b/jjb/policy/policy-engine.yaml
@@ -27,7 +27,7 @@
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily-no-sonar'
+ - '{project-name}-{stream}-release-version-java-daily'
- '{project-name}-{stream}-stage-site-java':
site-pom: 'pom.xml'
trigger-job: '{project-name}-{stream}-release-version-java-daily'
@@ -42,3 +42,15 @@
files: '**'
archive-artifacts: ''
build-node: 'ubuntu1604-basebuild-4c-4g'
+- project:
+ name: policy-engine-sonar
+ jobs:
+ - gerrit-maven-sonar
+ build-node: ubuntu1604-basebuild-4c-4g
+ java-version: ''
+ project: 'policy/engine'
+ project-name: 'policy-engine'
+ branch: 'master'
+ mvn-settings: 'policy-engine-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file