diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-23 18:56:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-23 18:56:19 +0100 |
commit | 285682ca5550526c7d36feed73f52be241d7f9a7 (patch) | |
tree | be10a1c36f2a90e39b00873a9d2f7d325a74598b | |
parent | 1313fa55743254e8fd546906f204a432950cf602 (diff) | |
download | jenkins.debian.net-285682ca5550526c7d36feed73f52be241d7f9a7.tar.xz |
how very dummy
-rwxr-xr-x | bin/g-i-installation.sh | 5 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 4fb1b51b..f666ea51 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -487,7 +487,10 @@ esac # boot up installed system # case $NAME in - *rescue) ;; + *rescue) # so there are some artifacts to publish + mkdir -p $RESULTS/log/dummy + touch $RESULTS/log/dummy.log $RESULTS/log/dummy/dummy + ;; *) # # kill qemu and image # diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 10639623..cd430b13 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/*/*' + artifacts: 'results/* results/*/* results/*/*/*' latest_only: false - imagegallery: title: '{my_title}' |