From 6e406eca3fe6b4e12739229f44aa0c3a10bb0fe4 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 3 Nov 2018 05:30:07 +0100 Subject: [PATCH] [mod] add job id in logs --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 628609a..9f3e9f6 100644 --- a/run.py +++ b/run.py @@ -310,7 +310,7 @@ async def run_job(worker, job): }, ["jobs", f"job-{job.id}"]) # fake stupid command, whould run CI instead - task_logger.info(f"Starting job '{job.name}'...") + task_logger.info(f"Starting job '{job.name}' #{job.id}...") cwd = os.path.split(path_to_analyseCI)[0] arguments = f' {job.url_or_path} "{job.name}"'