diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-19 13:28:28 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-02-19 13:29:24 -0500 |
commit | 68169f617c28a44e9b2866f7cde682f3064177ba (patch) | |
tree | 8e9fb7e9fa0c8f3688a9fa8deecd8d8156708853 /jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml | |
parent | 4240be874621031bddfbae752de531e1bae93ec3 (diff) |
Remove Amsterdam build jobs
Change-Id: I82d79db2a565181b0c74a71025a9efc70d6a7ff8
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-206
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml b/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml index 2d7b5cfec..e02af9243 100644 --- a/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-platform-deployment-handler-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties @@ -33,4 +31,4 @@ branch: 'master' mvn-settings: 'dcaegen2-platform-deployment-handler-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |