From bd8c72931b5f0182404f2b69e6db01e0a73588e0 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 27 Nov 2017 15:23:29 -0500 Subject: Add amsterdam stream Issue-ID: DCAEGEN2-206 Change-Id: Ibe0ddcc32aed679c4d6ca464c97d2f2f38df58af Signed-off-by: Lusheng Ji --- jjb/dcaegen2/dcaegen2-platform.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'jjb/dcaegen2/dcaegen2-platform.yaml') 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: '' -- cgit 1.2.3-korg