diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-17 11:58:57 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-17 11:58:57 -0700 |
commit | c86df535553c478f04c401f3dbd1a251ccbeb601 (patch) | |
tree | 1beba0e458c504b72de2be30441ff36d89d888bd /jjb/oparent | |
parent | 3af0c561da4a854764a2453e2f019d2bff089dda (diff) |
Add staging build job for oparent
Change-Id: I3f815803689e908158b431a29408658e39fd909d
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/oparent')
-rw-r--r-- | jjb/oparent/oparent.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/oparent/oparent.yaml b/jjb/oparent/oparent.yaml index 0161aa1ab..942c27366 100644 --- a/jjb/oparent/oparent.yaml +++ b/jjb/oparent/oparent.yaml @@ -5,6 +5,7 @@ jobs: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'oparent' stream: - 'master': @@ -12,4 +13,4 @@ mvn-settings: 'oparent-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g |