dci-control-server icon indicating copy to clipboard operation
dci-control-server copied to clipboard

ability to create job without any topic

Open goneri opened this issue 6 years ago • 0 comments

Nothing prevents a remoteci to manually create a job without any topic:

from dciclient.v1.api import job as dci_job
dci_job.create(context, topic_id=None, components=[], comment='', parent_id='')

goneri avatar Oct 19 '18 19:10 goneri