refs #5311 If not has serverId put hostname
gitea/printnatura/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2023-03-06 20:49:23 +01:00
parent cc5c650c5f
commit 4de83b19ce
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class PrintServer {
now(),
null,
null,
os.hostname,
this.conf.serverId || os.hostname,
jobId
]);
this.jobLog(jobId, 'debug', 'get: printing');