diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-21 10:53:59 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-21 10:53:59 +0800 |
commit | acb424c202612a7a03a1f48e00dcb6843258285b (patch) | |
tree | c6ddd1b32503e49213cb10a70376b1ffd43eacb9 /jjb/vfc | |
parent | 6c6d6a7b90c06baa1fc07398ecedc1b947aa83cb (diff) |
Add vfc gvnfm vnfres java verify job
Enable vfc gvnfm vnfres java verify job
Change-Id: Ia8d4ec73e78c94f75fb8efdb89691f2c396d72fe
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnfres-java.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnfres-java.yaml b/jjb/vfc/vfc-gvnfm-vnfres-java.yaml new file mode 100644 index 000000000..cfcd4dae4 --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnfres-java.yaml @@ -0,0 +1,20 @@ +--- + +- project: + name: vfc-gvnfm-vnfres-java + project-name: 'vfc-gvnfm-vfcres-java' + project: 'vfc/gvnfm/vnfres' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnfres-java-settings' + subproject: + - 'res': + pom: 'res/pom.xml' + pattern: 'res/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file |