diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-08-14 12:01:02 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-08-14 12:14:50 +0800 |
commit | 8f3f69df0626889c005bd1590103b4ef26c1ce96 (patch) | |
tree | a3a98fc69573378780cf54c87e71f355cde1df52 /jjb/vfc | |
parent | d8a0f9e10e49fc9ff5e4609eec65ff1ea2590c1c (diff) |
Add merge job for vfc/nfvo/wfengine
Issue-ID: VFC-74
Change-Id: Ie8e5a119162915180cdf3665acc3c659547c6c21
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-nfvo-wfengine-java.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-wfengine-java.yaml b/jjb/vfc/vfc-nfvo-wfengine-java.yaml new file mode 100644 index 000000000..92f84827c --- /dev/null +++ b/jjb/vfc/vfc-nfvo-wfengine-java.yaml @@ -0,0 +1,23 @@ +--- + +- project: + name: vfc-nfvo-wfengine + project-name: 'vfc-nfvo-wfengine' + project: 'vfc/nfvo/wfengine' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-nfvo-wfengine-settings' + subproject: + - 'engine-mgr-service': + pom: 'wfenginemgrservice/pom.xml' + pattern: 'wfenginemgrservice/**' + - 'engine-activiti-extension': + pom: 'activiti-extension/pom.xml' + pattern: 'activiti-extension/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |