From: Jozef Behran Date: Tue, 8 Dec 2015 10:00:52 +0000 (+0100) Subject: Fixed periodic jobs discarding important artifacts. X-Git-Tag: release/beryllium~290^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3d9da7462331c826e0db857c5601119b84a1e699;hp=91b3cef153ad9abb38a2ea677ce597c3a91c7a8b;p=releng%2Fbuilder.git Fixed periodic jobs discarding important artifacts. The netconf scaling tests generate logs from testtool which may contain useful information needed for troubleshooting or bug hunting. These won't get archived because of missing shell pattern matching them in the job's configuration. Change-Id: Idaff0fc398d0de0928f83b910c9e591036ded3c7 Signed-off-by: Jozef Behran --- diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 9833f911e..eb13c9768 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -452,7 +452,7 @@ unstable-if: 0.0 pass-if: 100.0 - archive: - artifacts: 'karaf.log*' + artifacts: '*.log,karaf.log*' - email-notification: email-prefix: '[{project}]' - plot: