From 5ca7d1d1f57c1364b4a83e4e7d280ed25070d89c Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Wed, 4 Nov 2020 09:51:11 +0200 Subject: [PATCH] redirect logs to file and update target path for artifacts --- .travis.tests-stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.tests-stage.yml b/.travis.tests-stage.yml index b893fb6332..80406acbc0 100644 --- a/.travis.tests-stage.yml +++ b/.travis.tests-stage.yml @@ -54,7 +54,7 @@ jobs: - ./rm-automation/rm-automation-ui/target/surefire-reports - ./rm-automation/rm-automation-ui/target/reports - ./rm-automation/rm-automation-ui/target/screenshots - target_paths: $TRAVIS_BUILD_NUMBER + target_paths: $TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER before_install: - | if [[ ${TRAVIS_COMMIT_MESSAGE} == *"[tests on community]"* ]]; then @@ -97,7 +97,7 @@ jobs: - ./rm-automation/rm-automation-ui/target/surefire-reports - ./rm-automation/rm-automation-ui/target/reports - ./rm-automation/rm-automation-ui/target/screenshots - target_paths: $TRAVIS_BUILD_NUMBER + target_paths: $TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER before_install: - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am - travis_retry travis_wait 30 mvn -B -U -q clean install ${MVN_SKIP} -pl :alfresco-governance-services-automation-ui -am