diff options
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-analytics.yaml')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-analytics.yaml | 17 |
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' |