blob: 191aa049a8f42467ed7e3cd16468dfdc0887124b [file] [log] [blame]
Dan Timoney77f80862017-08-17 10:13:02 -04001---
2- project:
3 name: ccsdk-utils
4 project-name: 'ccsdk-utils'
5 jobs:
6 - '{project-name}-{stream}-clm'
7 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
9 - '{project-name}-{stream}-release-version-java-daily'
10 - '{project-name}-{stream}-stage-site-java':
11 site-pom: 'pom.xml'
12 trigger-job: '{project-name}-{stream}-release-version-java-daily'
13
Dan Timoney1f910162017-08-17 15:17:00 -040014 project: 'ccsdk/utils'
Dan Timoney77f80862017-08-17 10:13:02 -040015 stream:
16 - 'master':
17 branch: 'master'
Dan Timoney77f80862017-08-17 10:13:02 -040018 mvn-settings: 'ccsdk-utils-settings'
19 # due to a strange macro / variable translation problem this needs to be
20 # passed as a string block to properly get the properties correctly defined
21 # in the job
22 maven-deploy-properties: |
23 deployAtEnd=true
24 files: '**'
25 archive-artifacts: ''