blob: 9b71c92e06c97a5396062da5a9c1b0862d76385c [file] [log] [blame]
---
- project:
name: ccsdk-sli-northbound
project-name: 'ccsdk-sli-northbound'
jobs:
- gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
project: 'ccsdk/sli/northbound'
stream:
- 'master':
branch: 'master'
mvn-settings: 'ccsdk-sli-northbound-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
# in the job
maven-deploy-properties: |
deployAtEnd=true
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
- project:
name: ccsdk-sli-northbound-sonar
jobs:
- gerrit-maven-sonar
cron: '@daily'
build-node: ubuntu1604-builder-4c-4g
project: 'ccsdk/sli/northbound'
project-name: 'ccsdk-sli-northbound'
branch: 'master'
mvn-settings: 'ccsdk-sli-northbound-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'