From bd73b22c405209ae81b246d84d5fddc80c630def Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 9 Jun 2015 10:56:49 -0700 Subject: [PATCH] Keep karaf.log artifacts around longer There may be an intermittent bit of trouble when starting the controller and I would like to be able to browse back through logs from our system tests that sometimes fail. Change-Id: I2875694c42c67e220a0cf6f613d1cfd83cbe78b7 Signed-off-by: Jamo Luhrsen --- 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 d9957aa09..5d219ce74 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -183,7 +183,7 @@ daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' + artifactNumToKeep: '{build-num-to-keep}' parameters: - project-parameter: -- 2.36.6