From: Guangrong Fu Date: Mon, 31 Jul 2017 11:55:36 +0000 (+0800) Subject: Add a new job for holmes/common X-Git-Tag: 1.0.0-Amsterdam~389 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cba3d528a5c57b6f23d5d9483a8ef19211216593;hp=0978b4ffbe30a43f2cca0e495dce1f209833139f;p=ci-management.git 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 --- 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