Merge "Need to apply release to jar subproject."
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 9 Sep 2019 19:36:02 +0000 (19:36 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 9 Sep 2019 19:36:02 +0000 (19:36 +0000)
jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
jjb/portal-sdk/portal-sdk.yaml

index 0ce35ee..dd788fa 100644 (file)
@@ -15,6 +15,8 @@
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-docker-8c-8g
+    # used by tox-install.sh to specify the interpreter used to install tox
+    python-version: python3
     jobs:
       # clm and tox
       - '{project-name}-python-jobs'
@@ -38,6 +40,8 @@
     mvn-goals: 'clean test'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
     branch: master
+    # used by tox-install.sh to specify the interpreter used to install tox
+    python-version: python3
     jobs:
       - gerrit-tox-sonar
 
index a423fd6..152c303 100644 (file)
@@ -9,9 +9,15 @@
     subproject-name: 'onap-sdk'
 
     jobs:
+      - gerrit-maven-stage:
+          sign-artifacts: true
+          build-node: centos7-builder-4c-4g
+          maven-versions-plugin: true
+          mvn-pom: 'ecomp-sdk/pom.xml'
+          mvn-params: '-f ecomp-sdk/pom.xml'
+          pattern: 'ecomp-sdk/**'
       - '{project-name}-{stream}-{subproject}-verify-java'
       - '{project-name}-{stream}-{subproject}-merge-java'
-      - '{project-name}-{stream}-{subproject}-release-java-daily'
     project: 'portal/sdk'
     stream:
       - 'master':