[fix] add created time on API job creation

This commit is contained in:
Laurent Peuch 2018-11-03 19:30:19 +01:00
parent 680ad46d27
commit 5e9a675921

1
run.py
View file

@ -560,6 +560,7 @@ async def api_new_job(request):
url_or_path=request.json["url_or_path"],
type="stable",
debian_version="stretch",
created_time=datetime.now(),
)
api_logger.info(f"Request to add new job '{job.name}' [{job.id}]")