blob: 2a3755d54fbfffe0b35bf44d98c7f180c98a00f6 [file] [log] [blame]
Carsten Lundda8b6972017-02-15 23:59:25 +00001---
2- project:
3 name: ncomp-core
4 project-name: 'ncomp-core'
5 jobs:
Jessica Wagantall654ada72017-06-07 17:13:36 -07006 - '{project-name}-{stream}-clm'
Carsten Lundda8b6972017-02-15 23:59:25 +00007 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
Carsten Lund2d06a692017-02-23 18:23:07 +00009 - '{project-name}-{stream}-release-version2-java-daily'
Lusheng58130ae2017-04-03 18:42:14 +000010 - '{project-name}-{stream}-stage-site-java':
11 site-pom: 'pom.xml'
12 trigger-job: '{project-name}-{stream}-release-version2-java-daily'
Carsten Lundda8b6972017-02-15 23:59:25 +000013
14 project: 'ncomp/core'
15 stream:
16 - 'master':
17 branch: 'master'
Carsten Lund13908672017-03-13 15:03:27 +000018 - 'release-1.0.0':
19 branch: 'release-1.0.0'
Carsten Lund41fbc3d2017-02-16 22:59:49 +000020 mvn-settings: 'ncomp-core-settings'
Carsten Lundda8b6972017-02-15 23:59:25 +000021 # due to a strange macro / variable translation problem this needs to be
22 # passed as a string block to properly get the properties correctly defined
23 # in the job
24 maven-deploy-properties: |
25 deployAtEnd=true
26 files: '**'
27 archive-artifacts: ''