This is not currently supported in the QubeGUI or the command-line, but can be accomplished through the API:
import qb
job = {
'prototype': 'cmdline',
'package': {'cmdline': 'false'},
'callbacks': [
{
'code': 'jburk@pipelinefx.com',
'language': 'mail',
'triggers': 'failed-job-self',
}
],
}
for j in qb.submit(job):
print 'id: %(id)s' % j