summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-24 13:41:22 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-24 13:41:22 +0100
commit3983e75abd842a6030999eedce87360e4f0550a2 (patch)
tree012fd62ecffbfbf8722e419288812e15d718e879
parentfa599328451f7c0bdc36ded51fb9d3b8a17fad18 (diff)
downloadjenkins.debian.net-3983e75abd842a6030999eedce87360e4f0550a2.tar.xz
try harder to collect the right artifacts
-rwxr-xr-xbin/g-i-installation.sh4
-rw-r--r--job-cfg/g-i-installation.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 84dc11ad..81ca8274 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -492,8 +492,8 @@ esac
#
case $NAME in
*rescue) # so there are some artifacts to publish
- mkdir -p $RESULTS/log/dummy
- touch $RESULTS/log/dummy.log $RESULTS/log/dummy/dummy
+ mkdir -p $RESULTS/log/installer
+ touch $RESULTS/log/dummy $RESULTS/log/installer/dummy
;;
*) #
# kill qemu and image
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index cd430b13..13eba7d3 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -19,7 +19,7 @@
- email:
recipients: '{my_recipients}'
- archive:
- artifacts: 'results/* results/*/* results/*/*/*'
+ artifacts: 'results/*.*, results/log/*, results/log/installer/*'
latest_only: false
- imagegallery:
title: '{my_title}'