diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-15 16:16:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-15 16:16:58 +0000 |
commit | 4aae6c51ad262db2bfd8f279a58077fa12898a27 (patch) | |
tree | 607e6180beee52bc3fe2fadc26051c595634b05a /jjb/dmaap/dmaap-dbcapi.yaml | |
parent | 9acc1f993b96cd1315869f7567fb1d36434d61b2 (diff) | |
parent | 2d7c6a09babf8e08c0cd73a6564a888d857c73dd (diff) |
Merge "Change to mvn-targets"
Diffstat (limited to 'jjb/dmaap/dmaap-dbcapi.yaml')
-rw-r--r-- | jjb/dmaap/dmaap-dbcapi.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/dmaap/dmaap-dbcapi.yaml b/jjb/dmaap/dmaap-dbcapi.yaml index 06f6b81f6..602734c79 100644 --- a/jjb/dmaap/dmaap-dbcapi.yaml +++ b/jjb/dmaap/dmaap-dbcapi.yaml @@ -8,12 +8,18 @@ - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' project: 'dmaap/dbcapi' + mvn-settings: 'dmaap-dbcapi-settings' stream: - 'master': branch: 'master' - mvn-settings: 'dmaap-dbcapi-settings' + # due to a strange macro / variable translation problem this needs to be + # passed as a string block to properly get the properties correctly defined + # in the job + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' + - project: name: dmaap-dbcapi-sonar jobs: |