diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-08 09:59:28 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-08 10:00:48 +0800 |
commit | 73d6cee7de7d6b75fae85ab8f91f594b0bd26e17 (patch) | |
tree | 55ab2e325b8ea8260a8b9f09ee1cb606671f2a9b | |
parent | 7b8f54ecbfd3bbe74aa06e86f306812a7b973a12 (diff) |
Add vfc-gvnfm-vnflcm job file
As there is no verify and merge job in
vfc-gvnfm-vnflcm job list,
add job file for the first time.
this job is used to zip the python code.
Change-Id: I49a5644bf10db388d7a3850c6426602a84aac5f6
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnflcm-java.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml new file mode 100644 index 000000000..94a718f7c --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml @@ -0,0 +1,20 @@ +--- + +- project: + name: vfc-gvnfm-vnflcm-java + project-name: 'vfc-gvnfm-vnflcm' + project: 'vfc/gvnfm/vnflcm' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnflcm-settings' + subproject: + - 'lcm': + pom: 'lcm/pom.xml' + pattern: 'lcm/**' + 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 |