diff options
-rw-r--r-- | jobs/info.txt.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in index a808d0d..078422c 100644 --- a/jobs/info.txt.in +++ b/jobs/info.txt.in @@ -241,3 +241,9 @@ estimated_duration: 0.1 _description: Attaches the buildstamp identifier for the preinstalled OS _summary: Attach /etc/buildstamp command: [ -s /etc/buildstamp ] && cat /etc/buildstamp + +plugin: attachment +id: info/kvm_output +estimated_duration: 0.1 +_description: Attaches the debug log from the virtualization run +command: [ -f $PLAINBOX_SESSION_SHARE/virt_debug ] && cat $PLAINBOX_SESSION_SHARE/virt_debug |