diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-02-23 14:48:53 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2021-02-23 14:48:53 +0100 |
commit | 7e9c8f0ab6f66ea47e0fc7450da576d8051e5b9e (patch) | |
tree | 4254c475df83e59c40beb4cba4e49c03639141c9 /jjb/sdc | |
parent | e9d41cc98dde6971746ccc205d96334d65ccbace (diff) |
[SDC] Save more logs
saving integration tests logs files retrieved from the running containers for debug purpose
Issue-ID: SDC-3465
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: If125f49044684ab736f55c8052e6c0f664095c1c
Diffstat (limited to 'jjb/sdc')
-rw-r--r-- | jjb/sdc/sdc-csit.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index 96f6625c1..b943c9f3d 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -19,6 +19,10 @@ integration-tests/target/ExtentReport/API/*.html integration-tests/target/ExtentReport/UI/*.html integration-tests/target/ExtentReport/UI/screenshots/*.png + /tmp/sdc-integration-tests/*.log* + /tmp/sdc-integration-tests/SDC/ONBOARDING-BE/*.log + /tmp/sdc-integration-tests/SDC/SDC-BE/*.log + /tmp/sdc-integration-tests/SDC/SDC-FE/*.log - '{project-name}-merge-verification-maven-{stream}': build-node: ubuntu1804-docker-8c-16g container-public-registry: 'nexus3.onap.org:10001' |