summaryrefslogtreecommitdiffstats
path: root/jjb/optf/optf-has.yaml
diff options
context:
space:
mode:
authorVarma, Vikas <vv8305@att.com>2019-10-02 11:41:02 -0400
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-10-18 21:49:57 +0000
commit39acaa6f480edbc567b299b661c3a2524bd25f7e (patch)
treeae3668329036bc6e18780932440163803d0bb969 /jjb/optf/optf-has.yaml
parentba16a08d077b5955acbe9799daba3327d7df0e74 (diff)
Add jenkins job for gerrit-maven-docker-stage
Update jjb jobs to stage docker images Removing the shell script, to migrate to pom.xml osdf verify,merge to use ubuntu1604-builder-4c-4g Change-Id: I339bd255949bb1d1c39492c39c0107e1ae7672cf Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-597
Diffstat (limited to 'jjb/optf/optf-has.yaml')
-rw-r--r--jjb/optf/optf-has.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml
index 8fc49df1b..902539815 100644
--- a/jjb/optf/optf-has.yaml
+++ b/jjb/optf/optf-has.yaml
@@ -25,6 +25,15 @@
maven-versions-plugin: true
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
+ - gerrit-maven-docker-stage:
+ build-node: ubuntu1604-docker-8c-8g
+ maven-versions-plugin: true
+ container-public-registry: 'nexus3.onap.org:10001'
+ container-staging-registry: 'nexus3.onap.org:10003'
+ docker-pom: 'conductor/pom.xml'
+ mvn-goals: 'install'
+ mvn-params: '-Dmaven.test.skip=true -P docker'
+
files: '**'
archive-artifacts: ''
build-node: 'ubuntu1604-builder-4c-4g'