fixing syntax error in buildmaster config for taskotron
This commit is contained in:
parent
1ca6316401
commit
e8f4f36f35
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +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,})
|
||||
'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