From 855381485ddbe939c06f627a062abcec958f274d Mon Sep 17 00:00:00 2001 From: Prajwal A N Date: Thu, 23 Jun 2016 11:14:10 +0900 Subject: [PATCH] ARM-CI: Resolving typo in result path Signed-off-by: Prajwal A N --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 926361f..1082691 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1768,7 +1768,7 @@ combinedScenarios.each { scenario -> buildCommands += "./tests/scripts/arm32_ci_script.sh ${armemul_path} ${armrootfs_mountpath} ${lowerConfiguration}" // Basic archiving of the build, no pal tests - Utilities.addArchival(newJob, "/bin/Product/**") + Utilities.addArchival(newJob, "bin/Product/**") break } default: -- 2.7.4