From cc1fc5292f49995712b540ffd901155bc631d979 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 15 Nov 2017 10:37:44 +1000 Subject: [PATCH] Add globstar to log surefire reports for yangtools Change-Id: I3462f88b541f71635a1f9a241366d868b716ebf5 Signed-off-by: Anil Belur --- jjb/yangtools/yangtools.yaml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/jjb/yangtools/yangtools.yaml b/jjb/yangtools/yangtools.yaml index 34866f951..9173f14e6 100644 --- a/jjb/yangtools/yangtools.yaml +++ b/jjb/yangtools/yangtools.yaml @@ -23,7 +23,13 @@ dependencies: '' email-upstream: '[yangtools]' - archive-artifacts: '' + archive-artifacts: > + **/*.prop + **/*.log + **/target/surefire-reports/*-output.txt + **/target/failsafe-reports/failsafe-summary.xml + **/hs_err_*.log + **/target/feature/feature.xml # Used by the release job staging-profile-id: 1271cf710cc09d @@ -54,7 +60,13 @@ dependencies: 'odlparent-merge-{stream}' email-upstream: '[yangtools] [odlparent]' - archive-artifacts: '' + archive-artifacts: > + **/*.prop + **/*.log + **/target/surefire-reports/*-output.txt + **/target/failsafe-reports/failsafe-summary.xml + **/hs_err_*.log + **/target/feature/feature.xml # Used by the release job staging-profile-id: 1271cf710cc09d @@ -85,7 +97,13 @@ dependencies: 'odlparent-merge-{stream}' email-upstream: '[yangtools] [odlparent]' - archive-artifacts: '' + archive-artifacts: > + **/*.prop + **/*.log + **/target/surefire-reports/*-output.txt + **/target/failsafe-reports/failsafe-summary.xml + **/hs_err_*.log + **/target/feature/feature.xml # Used by the release job staging-profile-id: 1271cf710cc09d -- 2.36.6