adding taskotron.log to task execution buildstep
This commit is contained in:
parent
5f779a00e3
commit
1ca6316401
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue