summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-analytics.yaml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-08-29 03:55:41 +0000
committerLusheng Ji <lji@research.att.com>2017-08-29 13:45:35 +0000
commita2511b62f54f0cb4e420ad59166c9b06acb90d4f (patch)
treee912e5789bf24fa59097f24b4f33fe03efa294ad /jjb/dcaegen2/dcaegen2-analytics.yaml
parent6dad57e7dbcf530839abe065981e37e5d0756346 (diff)
Fix indentation and add buildnode.
Issue-Id: DCAEGEN2-60 Change-Id: I989394fe2813513d4f3b3c1504600e7a313abddf Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-analytics.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-analytics.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/jjb/dcaegen2/dcaegen2-analytics.yaml b/jjb/dcaegen2/dcaegen2-analytics.yaml
index 64d98f15d..eadcdbe6c 100644
--- a/jjb/dcaegen2/dcaegen2-analytics.yaml
+++ b/jjb/dcaegen2/dcaegen2-analytics.yaml
@@ -11,11 +11,12 @@
stream:
- 'master':
branch: 'master'
- mvn-settings: 'dcaegen2-analytics-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-analytics-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'