summaryrefslogtreecommitdiffstats
path: root/jjb/so/so-libs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/so/so-libs.yaml')
-rw-r--r--jjb/so/so-libs.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml
index cf266a522..f4323e9e0 100644
--- a/jjb/so/so-libs.yaml
+++ b/jjb/so/so-libs.yaml
@@ -16,6 +16,8 @@
stream:
- 'master':
branch: 'master'
+ - 'amsterdam':
+ branch: 'amsterdam'
mvn-settings: 'so-libs-settings'
# due to a strange macro / variable translation problem this needs to be
# passed as a string block to properly get the properties correctly defined
@@ -24,3 +26,15 @@
deployAtEnd=true
files: '**'
archive-artifacts: ''
+- project:
+ name: so-libs-sonar
+ jobs:
+ - gerrit-maven-sonar
+ build-node: ubuntu1604-basebuild-4c-4g
+ java-version: ''
+ project: 'so/libs'
+ project-name: 'so-libs'
+ branch: 'master'
+ mvn-settings: 'so-libs-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file