summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-12 12:23:17 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-12 12:23:17 +0530
commit5225ae1ef7fb276e1443979579a0c6900113c340 (patch)
treeaea8983033f08314b8871d54f2cd32ff481cc594 /jjb
parent5fd44045145d9e75495c5cd7283f5f992138c897 (diff)
Add docker configuration for so adapters
Issue-ID: CIMAN-400 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I8f6fa61f6b0605d2d6f2743c91af638253e2c421
Diffstat (limited to 'jjb')
-rw-r--r--jjb/so/so-adapters-so-cnf-adapter.yaml6
-rw-r--r--jjb/so/so-adapters-so-etsi-sol005-adapter.yaml6
-rw-r--r--jjb/so/so-adapters-so-nssmf-adapter.yaml6
-rw-r--r--jjb/so/so-adapters-so-oof-adapter.yaml6
4 files changed, 24 insertions, 0 deletions
diff --git a/jjb/so/so-adapters-so-cnf-adapter.yaml b/jjb/so/so-adapters-so-cnf-adapter.yaml
index 6392bca9e..869d91e1b 100644
--- a/jjb/so/so-adapters-so-cnf-adapter.yaml
+++ b/jjb/so/so-adapters-so-cnf-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-cnf-adapter'
diff --git a/jjb/so/so-adapters-so-etsi-sol005-adapter.yaml b/jjb/so/so-adapters-so-etsi-sol005-adapter.yaml
index ebbb698aa..e01c232fa 100644
--- a/jjb/so/so-adapters-so-etsi-sol005-adapter.yaml
+++ b/jjb/so/so-adapters-so-etsi-sol005-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-sol005-adapter'
diff --git a/jjb/so/so-adapters-so-nssmf-adapter.yaml b/jjb/so/so-adapters-so-nssmf-adapter.yaml
index eb79edfd9..4babd76fd 100644
--- a/jjb/so/so-adapters-so-nssmf-adapter.yaml
+++ b/jjb/so/so-adapters-so-nssmf-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-nssmf-adapter'
diff --git a/jjb/so/so-adapters-so-oof-adapter.yaml b/jjb/so/so-adapters-so-oof-adapter.yaml
index 20c5b9c68..96e495ac5 100644
--- a/jjb/so/so-adapters-so-oof-adapter.yaml
+++ b/jjb/so/so-adapters-so-oof-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-oof-adapter'