From 3d9da7462331c826e0db857c5601119b84a1e699 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Tue, 8 Dec 2015 11:00:52 +0100 Subject: [PATCH 1/1] 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 --- jjb/integration/integration-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.36.6