From: Gary Wu Date: Fri, 1 Sep 2017 20:46:07 +0000 (-0700) Subject: Add verify and merge jobs for integration repo X-Git-Tag: 1.0.0-Amsterdam~257 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=41a9eafedb98325720433df411574469b6bb4fcc;p=ci-management.git Add verify and merge jobs for integration repo Add verify, merge, and release-version jobs for Java artifacts in the integration repo. Change-Id: I04828f13968ff716f5112b6ec7d6603119c857e7 Issue-ID: CIMAN-45 Signed-off-by: Gary Wu --- diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml new file mode 100644 index 000000000..1243121eb --- /dev/null +++ b/jjb/integration/integration.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: integration + project-name: 'integration' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'integration' + stream: + - 'master': + branch: 'master' + mvn-settings: 'integration-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g