From 39acaa6f480edbc567b299b661c3a2524bd25f7e Mon Sep 17 00:00:00 2001 From: "Varma, Vikas" Date: Wed, 2 Oct 2019 11:41:02 -0400 Subject: 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 Issue-ID: OPTFRA-597 --- jjb/optf/optf-has.yaml | 9 +++++++++ jjb/optf/optf-osdf.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'jjb') 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' diff --git a/jjb/optf/optf-osdf.yaml b/jjb/optf/optf-osdf.yaml index b5b4dc5bd..d3ca8df3e 100644 --- a/jjb/optf/optf-osdf.yaml +++ b/jjb/optf/optf-osdf.yaml @@ -24,6 +24,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: 'pom.xml' + mvn-goals: 'install' + mvn-params: '-Dmaven.test.skip=true -P docker' + files: '**' archive-artifacts: '' build-node: 'ubuntu1604-builder-4c-4g' -- cgit 1.2.3-korg