summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-08-29 13:51:32 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-29 13:51:32 +0000
commit460c47c7c263f8fcda0991cc21fc0ec843c19224 (patch)
tree04b7b610dd3533ddd2aed7048c5326a164f69928 /jjb/dcaegen2/dcaegen2-platform-plugins.yaml
parent70cf42ee7a0ab0c1a057fb7897331bdb1b22aad6 (diff)
parenta2511b62f54f0cb4e420ad59166c9b06acb90d4f (diff)
Merge "Fix indentation and add buildnode."
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform-plugins.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-plugins.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
index 9d29b8318..d617db4f0 100644
--- a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
+++ b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
@@ -11,11 +11,12 @@
stream:
- 'master':
branch: 'master'
- mvn-settings: 'dcaegen2-platform-plugins-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: ''
+ mvn-settings: 'dcaegen2-platform-plugins-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: ''
+ build-node: 'ubuntu1604-docker-8c-8g'