summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-pdp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/policy/policy-pdp.yaml')
-rw-r--r--jjb/policy/policy-pdp.yaml16
1 files changed, 14 insertions, 2 deletions
diff --git a/jjb/policy/policy-pdp.yaml b/jjb/policy/policy-pdp.yaml
index 31c7b5bff..1c7338966 100644
--- a/jjb/policy/policy-pdp.yaml
+++ b/jjb/policy/policy-pdp.yaml
@@ -7,10 +7,10 @@
java-version: ''
- '{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-no-sonar'
+ trigger-job: '{project-name}-{stream}-release-version-java-daily'
project: 'policy/pdp'
stream:
@@ -19,3 +19,15 @@
mvn-settings: 'policy-pdp-settings'
files: '**'
archive-artifacts: ''
+- project:
+ name: policy-pdp-sonar
+ jobs:
+ - gerrit-maven-sonar
+ build-node: ubuntu1604-basebuild-4c-4g
+ java-version: ''
+ project: 'policy/pdp'
+ project-name: 'policy-pdp'
+ branch: 'master'
+ mvn-settings: 'policy-pdp-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file