adding taskotron.log to task execution buildstep

This commit is contained in:
Tim Flink 2014-10-08 16:03:08 +00:00
parent 5f779a00e3
commit 1ca6316401

View file

@ -160,7 +160,9 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
Interpolate('%(prop:taskname)s.yml')],
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask'))
name='runtask'),
logfiles={'taskotron.log': '/var/log/taskotron/taskotron.log',
'follow': True,})
# capture the taskotron log
factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log",