diff options
Diffstat (limited to 'jjb/dcaegen2/dcaegen2.yaml')
-rw-r--r-- | jjb/dcaegen2/dcaegen2.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/dcaegen2/dcaegen2.yaml b/jjb/dcaegen2/dcaegen2.yaml index b97f56237..98ed256e3 100644 --- a/jjb/dcaegen2/dcaegen2.yaml +++ b/jjb/dcaegen2/dcaegen2.yaml @@ -12,8 +12,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties @@ -34,4 +32,4 @@ branch: 'master' mvn-settings: 'dcaegen2-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |