summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-02-22 16:32:25 +0100
committerChrisC <christophe.closset@intl.att.com>2021-02-22 16:32:25 +0100
commit112307901a9ffccbb1c3edd7c709f364f1b05e0e (patch)
tree8c36823dd097d88f7460687ac7c607a6b2916e47 /jjb
parentd1580aa287bc150d5fc8282a10c15f7a29c96689 (diff)
[SDC] Save Integration Suite Report
SDC contributors have asked the ability to see the integration test suite reports that are produced by the build, saving this to build logs, hope this is ok Issue-ID: SDC-3465 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ib2bacb2dc9b88d9290dfa04955febadf3d3f981d
Diffstat (limited to 'jjb')
-rw-r--r--jjb/sdc/sdc-csit.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
index 873c0a6c6..96f6625c1 100644
--- a/jjb/sdc/sdc-csit.yaml
+++ b/jjb/sdc/sdc-csit.yaml
@@ -10,6 +10,15 @@
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'