mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 20:09:17 +00:00
log build id when queue build
This commit is contained in:
parent
2079ef1613
commit
a0c562e402
@ -296,6 +296,11 @@ Distributor.prototype.run = function(params, callback) {
|
||||
}, this.slot());
|
||||
},
|
||||
function(err, build) {
|
||||
logger.log(
|
||||
'Queue build #%s (project "%s")',
|
||||
build.id,
|
||||
build.project.name
|
||||
);
|
||||
self.queue.push({project: project, build: build});
|
||||
self._runNext(this.slot());
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user