blob: 192899adf967dfedd34e8708ef67650b70fc78bc [file] [log] [blame]
Dan Timoney77f80862017-08-17 10:13:02 -04001---
2- project:
3 name: ccsdk-utils
4 project-name: 'ccsdk-utils'
5 jobs:
Jessica Wagantallcb961302018-08-24 18:49:15 +00006 - gerrit-maven-clm
Dan Timoney77f80862017-08-17 10:13:02 -04007 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
Jessica Wagantall340fb432018-02-01 13:55:30 -08009 - '{project-name}-{stream}-release-version-java-daily'
Dan Timoney77f80862017-08-17 10:13:02 -040010
Dan Timoney1f910162017-08-17 15:17:00 -040011 project: 'ccsdk/utils'
Dan Timoney77f80862017-08-17 10:13:02 -040012 stream:
13 - 'master':
14 branch: 'master'
Dan Timoney77f80862017-08-17 10:13:02 -040015 mvn-settings: 'ccsdk-utils-settings'
16 # due to a strange macro / variable translation problem this needs to be
17 # passed as a string block to properly get the properties correctly defined
18 # in the job
19 maven-deploy-properties: |
20 deployAtEnd=true
21 files: '**'
22 archive-artifacts: ''