mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 11:45:09 +00:00
notify about build before trigger
This commit is contained in:
parent
157c530d6b
commit
b23edf202f
@ -98,6 +98,9 @@ Distributor.prototype._onBuildComplete = function(err, build, callback) {
|
|||||||
|
|
||||||
Steppy(
|
Steppy(
|
||||||
function() {
|
function() {
|
||||||
|
// notify about build
|
||||||
|
notifier.send(build);
|
||||||
|
|
||||||
// process after build triggers
|
// process after build triggers
|
||||||
var triggerAfterGroup = this.makeGroup();
|
var triggerAfterGroup = this.makeGroup();
|
||||||
|
|
||||||
@ -120,9 +123,6 @@ Distributor.prototype._onBuildComplete = function(err, build, callback) {
|
|||||||
|
|
||||||
},
|
},
|
||||||
function(err, triggerAfterGroupResults) {
|
function(err, triggerAfterGroupResults) {
|
||||||
// notify about build
|
|
||||||
notifier.send(build);
|
|
||||||
|
|
||||||
// try to run next project from the queue
|
// try to run next project from the queue
|
||||||
self._runNext(this.slot());
|
self._runNext(this.slot());
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user