From b9908879a7e2aba44099c0033d8c2fed4a6f8529 Mon Sep 17 00:00:00 2001 From: luxin Date: Fri, 21 Jul 2017 09:42:08 +0800 Subject: [PATCH] Add ci script for vfc-nfvo Change-Id: I732aecdd48371adcb5b22477e4308b15c992aa61 Issue-Id:CIMAN-7 Signed-off-by: luxin --- jjb/vfc/vfc-nfvo-resmanagement.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 jjb/vfc/vfc-nfvo-resmanagement.yaml 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' -- 2.16.6