mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-11 11:19:16 +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());
|
}, this.slot());
|
||||||
},
|
},
|
||||||
function(err, build) {
|
function(err, build) {
|
||||||
|
logger.log(
|
||||||
|
'Queue build #%s (project "%s")',
|
||||||
|
build.id,
|
||||||
|
build.project.name
|
||||||
|
);
|
||||||
self.queue.push({project: project, build: build});
|
self.queue.push({project: project, build: build});
|
||||||
self._runNext(this.slot());
|
self._runNext(this.slot());
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user