mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] add job id in logs
This commit is contained in:
parent
c0e7069a57
commit
6e406eca3f
1 changed files with 1 additions and 1 deletions
2
run.py
2
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}"'
|
||||
|
|
Loading…
Add table
Reference in a new issue