diff options
author | luxin <luxin7@huawei.com> | 2017-07-21 09:42:08 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-07-21 09:42:08 +0800 |
commit | b9908879a7e2aba44099c0033d8c2fed4a6f8529 (patch) | |
tree | 2a173b373060d9e495dfef08ddaa4d485bffebfd /jjb/vfc | |
parent | f705f19bc5c492e1f81919573e81657933864099 (diff) |
Add ci script for vfc-nfvo
Change-Id: I732aecdd48371adcb5b22477e4308b15c992aa61
Issue-Id:CIMAN-7
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-nfvo-resmanagement.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml new file mode 100644 index 000000000..e332a5a78 --- /dev/null +++ b/jjb/vfc/vfc-nfvo-resmanagement.yaml @@ -0,0 +1,15 @@ +--- + +- project: + name: vfc-nfvo-resmanagement + project-name: 'vfc-nfvo-resmanagement' + project: 'vfc/nfvo/resmanagement' + stream: + - 'master': + branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' + mvn-settings: 'vfc-nfvo-resmanagement-settings' + build-node: ubuntu1604-basebuild-4c-4g + jobs: + - '{project-name}-{stream}-verify-java' |