Merge "Update Sonar Scanner version"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 22 Feb 2021 18:34:05 +0000 (18:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 22 Feb 2021 18:34:05 +0000 (18:34 +0000)
jjb/dmaap/dmaap-buscontroller-csit.yaml
jjb/dmaap/dmaap-csit.yaml
jjb/sdc/sdc-csit.yaml

index 1362bc7..04495e2 100644 (file)
@@ -3,6 +3,7 @@
     name: dmaap-buscontroller-csit
     jobs:
       - '{project-name}-{stream}-csit-{functionality}'
+      - '{project-name}-{stream}-verify-csit-{functionality}'
     project-name: 'dmaap-buscontroller'
     stream: 'master'
     disabled: false
index eee66eb..af1d8a9 100644 (file)
@@ -3,6 +3,7 @@
     name: dmaap-csit
     jobs:
       - '{project-name}-{stream}-csit-{functionality}'
+      - '{project-name}-{stream}-verify-csit-{functionality}'
     project-name: 'dmaap'
     recipients: 'ms5838@att.com'
     stream: 'master'
index 873c0a6..96f6625 100644 (file)
                 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
                 maven-versions-plugin: true
                 build-concurrent: true
+                archive-artifacts: >
+                    **/*.log
+                    **/hs_err_*.log
+                    **/target/**/feature.xml
+                    **/target/failsafe-reports/failsafe-summary.xml
+                    **/target/surefire-reports/*-output.txt
+                    integration-tests/target/ExtentReport/API/*.html
+                    integration-tests/target/ExtentReport/UI/*.html
+                    integration-tests/target/ExtentReport/UI/screenshots/*.png
           - '{project-name}-merge-verification-maven-{stream}':
                 build-node: ubuntu1804-docker-8c-16g
                 container-public-registry: 'nexus3.onap.org:10001'