automation/bkr: update job template to archive journal log

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-03-03 11:05:11 +01:00
parent 76b478d6ff
commit ceb465755b

View file

@ -57,6 +57,11 @@
<param name="TEST_MAPPER" value="True"/>
</params>
</task>
<task name="/distribution/command" role="STANDALONE">
<params>
<param name="CMDS_TO_RUN" value="journalctl -b &gt; /tmp/journal_all.log; rhts-submit-log -l '/tmp/journal_all.log'"/>
</params>
</task>
</recipe>
</recipeSet>
</job>