diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 13:46:07 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 21:25:44 +0000 |
commit | 41a9eafedb98325720433df411574469b6bb4fcc (patch) | |
tree | 15647c7535f59d419d73715afc703a3b373e83d4 | |
parent | ccd4d18e1047822d6ab3366804ce723334728623 (diff) |
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 <gary.i.wu@huawei.com>
-rw-r--r-- | jjb/integration/integration.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |