diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-07-31 19:55:36 +0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-01 16:24:56 +0000 |
commit | cba3d528a5c57b6f23d5d9483a8ef19211216593 (patch) | |
tree | 1a07d935084729fa5c715d07e560c9265b3767fc | |
parent | 0978b4ffbe30a43f2cca0e495dce1f209833139f (diff) |
Add a new job for holmes/common
Create a new set of jjb for holmes/common
Change-Id: I98a3060e390c5c049c1d030dc2cc9c94d3a9347d
Issue-ID: HOLMES-20
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml new file mode 100644 index 000000000..797fb76b5 --- /dev/null +++ b/jjb/holmes/holmes-common.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: holmes-common + project-name: 'holmes-common' + jobs: + - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + + project: 'holmes/common' + stream: + - 'master': + branch: 'master' + mvn-settings: 'holmes-common-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |