diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/msb/msb-discovery.yaml | 4 | ||||
-rw-r--r-- | jjb/sdc/sdc-jtosca.yaml | 2 | ||||
-rw-r--r-- | jjb/sdc/sdc-sdc-tosca.yaml | 2 | ||||
-rw-r--r-- | jjb/sdc/sdc.yaml | 20 |
4 files changed, 23 insertions, 5 deletions
diff --git a/jjb/msb/msb-discovery.yaml b/jjb/msb/msb-discovery.yaml index 3c91a978c..3e2fe170f 100644 --- a/jjb/msb/msb-discovery.yaml +++ b/jjb/msb/msb-discovery.yaml @@ -14,8 +14,8 @@ maven-versions-plugin: true container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' - mvn-pom: 'distributions/msb-apigateway/pom.xml' - mvn-params: '-f distributions/msb-apigateway/pom.xml -Dmaven.test.skip=true -P linux,docker' + mvn-pom: 'distributions/msb-discovery/pom.xml' + mvn-params: '-f distributions/msb-discovery/pom.xml -Dmaven.test.skip=true -P linux,docker' project: 'msb/discovery' stream: - 'master': diff --git a/jjb/sdc/sdc-jtosca.yaml b/jjb/sdc/sdc-jtosca.yaml index 62896212f..4088aeba9 100644 --- a/jjb/sdc/sdc-jtosca.yaml +++ b/jjb/sdc/sdc-jtosca.yaml @@ -15,6 +15,8 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true + - '{project-name}-gerrit-release-jobs': + build-node: centos7-builder-4c-4g project: 'sdc/jtosca' stream: diff --git a/jjb/sdc/sdc-sdc-tosca.yaml b/jjb/sdc/sdc-sdc-tosca.yaml index 55633ee41..78c898662 100644 --- a/jjb/sdc/sdc-sdc-tosca.yaml +++ b/jjb/sdc/sdc-sdc-tosca.yaml @@ -15,6 +15,8 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true + - '{project-name}-gerrit-release-jobs': + build-node: centos7-builder-4c-4g project: 'sdc/sdc-tosca' stream: diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 3f37206cf..7efff8997 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -89,15 +89,29 @@ mvn-opts: '-Xmx1024m' - project: - name: sdc-clm + name: sdc-clm-catalog jobs: - gerrit-maven-clm: build-timeout: 120 submodule-timeout: 30 - mvn-params: '-Dnpm.registry=https://nexus.onap.org/content/repositories/npm/' + mvn-params: '-P catalog -Dnpm.registry=https://nexus.onap.org/content/repositories/npm/' nexus-iq-namespace: 'onap-' project: sdc - project-name: 'sdc' + project-name: 'sdc-catalog' + build-node: ubuntu1604-docker-8c-8g + branch: 'master' + mvn-settings: 'sdc-settings' + +- project: + name: sdc-clm-onboarding + jobs: + - gerrit-maven-clm: + build-timeout: 120 + submodule-timeout: 30 + mvn-params: '-P onboarding -Dnpm.registry=https://nexus.onap.org/content/repositories/npm/' + nexus-iq-namespace: 'onap-' + project: sdc + project-name: 'sdc-onboarding' build-node: ubuntu1604-docker-8c-8g branch: 'master' mvn-settings: 'sdc-settings' |