diff options
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' |