summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2020-04-18 10:32:17 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2020-04-18 10:32:24 +0800
commit9c244d58e6f944cf9a5f555783ea1b14e93da091 (patch)
tree3d3a1d0b105a367850d06be14571deb40b68d5d9 /jjb
parent5e014d555fe252be88c938e4d465b80b4ad2fec9 (diff)
add docker stage job
Issue-ID: MSB-469 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I9c349b1fbf4508882e31743ad98bd8ea4e121b31
Diffstat (limited to 'jjb')
-rw-r--r--jjb/oom/oom-registrator.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml
index fd35695ec..93fabe716 100644
--- a/jjb/oom/oom-registrator.yaml
+++ b/jjb/oom/oom-registrator.yaml
@@ -10,12 +10,13 @@
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
- '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-docker-java-version-shell-daily':
- docker-pom: 'pom.xml'
- mvn-goals: 'install'
- script:
- !include-raw-escape: 'build-registrator-docker-image.sh'
+ - gerrit-maven-docker-stage:
build-node: ubuntu1804-docker-8c-8g
+ maven-versions-plugin: true
+ mvn-pom: 'pom.xml'
+ container-public-registry: 'nexus3.onap.org:10001'
+ container-staging-registry: 'nexus3.onap.org:10003'
+ mvn-params: '-f pom.xml -Dmaven.test.skip=true -P linux,docker'
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
project: 'oom/registrator'