[SDNC-3] Add SDN-C site builds
[ci-management.git] / jjb / sdnc / sdnc-core.yaml
1 ---
2 - project:
3     name: sdnc-core
4     project-name: 'sdnc-core'
5     jobs:
6       - '{project-name}-{stream}-verify-java-skip-tests'
7       - '{project-name}-{stream}-merge-java'
8       - '{project-name}-{stream}-release-version-java-daily'
9       - '{project-name}-{stream}-stage-site-java':
10           site-pom: 'pom.xml'
11           trigger-job: '{project-name}-{stream}-release-version-java-daily'
12
13     project: 'sdnc/core'
14     stream:
15       - 'master':
16           branch: 'master'
17       - 'release-1.0.0':
18           branch: 'release-1.0.0'
19     mvn-settings: 'sdnc-core-settings'
20
21     # 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: ''