summaryrefslogtreecommitdiffstats
path: root/jjb/demo/demo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/demo/demo.yaml')
-rw-r--r--jjb/demo/demo.yaml14
1 files changed, 12 insertions, 2 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml
index cebe89552..99504c29e 100644
--- a/jjb/demo/demo.yaml
+++ b/jjb/demo/demo.yaml
@@ -5,10 +5,9 @@
project-name: 'demo'
jobs:
- gerrit-maven-clm:
- 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: 'demo'
stream:
@@ -21,3 +20,14 @@
mvn-settings: 'demo-settings'
files: '**'
archive-artifacts: ''
+- project:
+ name: demo-sonar
+ jobs:
+ - gerrit-maven-sonar
+ build-node: ubuntu1604-basebuild-4c-4g
+ project: 'demo'
+ project-name: 'demo'
+ branch: 'master'
+ mvn-settings: 'demo-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file