diff options
author | hekeguang <hekeguang@chinamobile.com> | 2020-03-13 09:38:22 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2020-03-13 09:38:52 +0800 |
commit | 033f4a760faa5a2c270a2df1f23f1a0ea0437824 (patch) | |
tree | 50b5fca782ed27c228aaa946550791b58e328581 /releases | |
parent | a10a12b421cdbf885eac0394160846aa0af2d2f4 (diff) |
Add release job with docker node!
Issue-ID: USECASEUI-412
Change-Id: I8c6307a4ee3a40b2394c32cd8a99a8c521324bfa
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'releases')
-rw-r--r-- | releases/2.0.2-container.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/releases/2.0.2-container.yaml b/releases/2.0.2-container.yaml new file mode 100644 index 00000000..0cd4f870 --- /dev/null +++ b/releases/2.0.2-container.yaml @@ -0,0 +1,10 @@ +distribution_type: 'container' +container_release_tag: '2.0.2' +project: 'usecase-ui' +container_pull_registry: nexus3.onap.org:10003 +container_push_registry: nexus3.onap.org:10002 +log_dir: 'usecase-ui-master-docker-java-daily/954' +ref: '5d6c30fdbfa3d4f15b702652c48107b413a73fff' +containers: + - name: 'usecase-ui' + version: '2.0.2-STAGING-20200312T114831Z' |