blob: 2bc55d4254ef736e8b7758992953d796957d7b23 [file] [log] [blame]
Carsten Lunde127d322017-02-15 15:52:18 +00001---
2- project:
3 name: ncomp-maven
4 project-name: 'ncomp-maven'
5 jobs:
6 - '{project-name}-{stream}-verify-java'
7 - '{project-name}-{stream}-merge-java'
8 - '{project-name}-{stream}-release-java-daily'
9
10 project: 'ncomp/maven'
11 stream:
12 - 'master':
13 branch: 'master'
Carsten Lund41fbc3d2017-02-16 22:59:49 +000014 mvn-settings: 'ncomp-maven-settings'
Carsten Lunde127d322017-02-15 15:52:18 +000015 # due to a strange macro / variable translation problem this needs to be
16 # passed as a string block to properly get the properties correctly defined
17 # in the job
18 maven-deploy-properties: |
19 deployAtEnd=true
20 files: '**'
21 archive-artifacts: ''