diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-02-11 17:20:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-11 17:20:26 +0000 |
commit | 053c3319e5dbc6ca684f02fe9f41c4d511f48b89 (patch) | |
tree | 983eea55a10be997b9d5c563f3197e0ff5a05fdd | |
parent | 543d3dda81bb5d4b06981f9c168724a8723f7cce (diff) | |
parent | 13cabaa41668f8f32f68b72304c2d62b16553677 (diff) |
Merge "Adding docker-stage jenkins jobs for following"
-rw-r--r-- | jjb/so/so-adapters-so-etsi-sol003-adapter.yaml | 6 | ||||
-rw-r--r-- | jjb/so/so-so-admin-cockpit.yaml | 8 | ||||
-rw-r--r-- | jjb/so/so-so-etsi-nfvo.yaml | 6 |
3 files changed, 19 insertions, 1 deletions
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' |