From 13cabaa41668f8f32f68b72304c2d62b16553677 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Thu, 11 Feb 2021 12:03:43 +0000 Subject: [PATCH] Adding docker-stage jenkins jobs for following - so-so-etsi-nfvo - so-adapters-so-etsi-sol003-adapter - so-so-admin-cockpit Change-Id: I7d139aea85629448a039eed585271c82500f7dda Issue-ID: SO-3485 Signed-off-by: waqas.ikram --- jjb/so/so-adapters-so-etsi-sol003-adapter.yaml | 6 ++++++ jjb/so/so-so-admin-cockpit.yaml | 8 +++++++- jjb/so/so-so-etsi-nfvo.yaml | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml b/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml index 2c58c6005..33a60cba6 100644 --- a/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml +++ b/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml @@ -23,6 +23,12 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-v1-8c-8g + maven-versions-plugin: true + mvn-params: '-P docker -DskipTests' + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' - '{project-name}-gerrit-release-jobs': build-node: centos7-docker-8c-8g project: 'so/adapters/so-etsi-sol003-adapter' diff --git a/jjb/so/so-so-admin-cockpit.yaml b/jjb/so/so-so-admin-cockpit.yaml index 8b6ab1574..2b2c5a093 100644 --- a/jjb/so/so-so-admin-cockpit.yaml +++ b/jjb/so/so-so-admin-cockpit.yaml @@ -23,6 +23,12 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-v1-8c-8g + maven-versions-plugin: true + mvn-params: '-P docker -DskipTests' + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' - '{project-name}-gerrit-release-jobs': build-node: centos7-docker-8c-8g project: 'so/so-admin-cockpit' @@ -53,4 +59,4 @@ branch: 'master' mvn-settings: 'so-so-admin-cockpit-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/so/so-so-etsi-nfvo.yaml b/jjb/so/so-so-etsi-nfvo.yaml index 0c2e5a9bd..3a5960930 100644 --- a/jjb/so/so-so-etsi-nfvo.yaml +++ b/jjb/so/so-so-etsi-nfvo.yaml @@ -23,6 +23,12 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-v1-8c-8g + maven-versions-plugin: true + mvn-params: '-P docker -DskipTests' + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' - '{project-name}-gerrit-release-jobs': build-node: centos7-docker-8c-8g project: 'so/so-etsi-nfvo' -- 2.16.6