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