blob: 490300dae096aa5b4b08bb2ceb55c261b558f34a [file] [log] [blame]
---
- project:
name: dmaap-buscontroller
project-name: 'dmaap-buscontroller'
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
#
# see DMAAP-334 for more details, but
# - '{project-name}-{stream}-docker-java-daily':
# doesn't support mvn-goals override, so trying this...
- '{project-name}-{stream}-docker-java-shell-daily':
mvn-goals: 'clean package -P docker docker:build -DpushImage'
# No-op
script: '/bin/true'
build-node: 'ubuntu1604-docker-8c-8g'
project: 'dmaap/buscontroller'
stream:
- 'master':
branch: 'master'
mvn-settings: 'dmaap-buscontroller-settings'
files: '**'
archive-artifacts: ''
# removed sonar job from this template because this repo only builds a docker container
# and the 0% coverage report from Sonar was causing repeated escalations.