diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-23 17:23:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-23 17:23:25 +0100 |
commit | 1313fa55743254e8fd546906f204a432950cf602 (patch) | |
tree | 125c339c15d4a85ef4e2c9db66b1acd57de44644 | |
parent | 1941fee17fcbc5893140acf2d3e73932b798e351 (diff) | |
download | jenkins.debian.net-1313fa55743254e8fd546906f204a432950cf602.tar.xz |
preserve all artifacts
-rwxr-xr-x | bin/g-i-installation.sh | 1 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index d4c96a96..4fb1b51b 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -250,6 +250,7 @@ normal_action() { 320) do_and_report key enter ;; 350) do_and_report type "su -c poweroff" + # "alt-f4 right right enter" should also work ;; 370) do_and_report key enter ;; diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index d416001e..10639623 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/*.*' + artifacts: 'results/* results/*/*' latest_only: false - imagegallery: title: '{my_title}' |