summaryrefslogtreecommitdiffstats
path: root/jjb/clamp/clamp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/clamp/clamp.yaml')
-rw-r--r--jjb/clamp/clamp.yaml14
1 files changed, 11 insertions, 3 deletions
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml
index 20776992a..583540684 100644
--- a/jjb/clamp/clamp.yaml
+++ b/jjb/clamp/clamp.yaml
@@ -5,7 +5,6 @@
project-name: 'clamp'
jobs:
- gerrit-maven-clm:
- java-version: ''
- '{project-name}-{stream}-verify-java-checkstyle'
- '{project-name}-{stream}-merge-properties-java':
mvn_properties:
@@ -31,9 +30,18 @@
stream:
- 'master':
branch: 'master'
- - 'amsterdam':
- branch: 'amsterdam'
mvn-settings: 'clamp-settings'
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-docker-8c-8g
+- project:
+ name: clamp-sonar
+ jobs:
+ - gerrit-maven-sonar
+ build-node: ubuntu1604-docker-8c-8g
+ project: 'clamp'
+ project-name: 'clamp'
+ branch: 'master'
+ mvn-settings: 'clamp-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'