diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-02-23 14:50:43 -0800 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-02-23 14:50:43 -0800 |
commit | f78042424a43c57a9cbd031c8c9c5e1c49cc936d (patch) | |
tree | 8be2f51dd8213a2817e6941f80fb65c418227387 /jjb/holmes/holmes-common.yaml | |
parent | e6a81fc3885bb16a79aaee6fea3d3dbdffdb7fcc (diff) |
Remove Amsterdam Job from Jenkins
In order to focus on Beijing Release, this is removing remaining Amsterdam Jobs on:
-demo
-dmaap
-holmes
-integration
-modeling
-msb
-multicloud
-testsuite
-usecase ui
-vfc
Change-Id: I4f2a3818b1b53d426e03709e2bf7848cc02d1c78
Issue-ID: CIMAN-135
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Diffstat (limited to 'jjb/holmes/holmes-common.yaml')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 467fb0f19..c0061a2ba 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -12,8 +12,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'holmes-common-settings' files: '**' archive-artifacts: '' @@ -29,4 +27,4 @@ branch: 'master' mvn-settings: 'holmes-common-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |