diff options
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform.yaml')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform.yaml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform.yaml b/jjb/dcaegen2/dcaegen2-platform.yaml index 1e8120e28..ce12261f5 100644 --- a/jjb/dcaegen2/dcaegen2-platform.yaml +++ b/jjb/dcaegen2/dcaegen2-platform.yaml @@ -11,11 +11,13 @@ stream: - 'master': branch: 'master' - mvn-settings: 'dcaegen2-platform-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: '' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'dcaegen2-platform-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: '' |