diff options
-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}' |