mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 18:29:16 +00:00
omit scm changes for builds list
This commit is contained in:
parent
67dc754f1b
commit
a8e9516546
@ -29,6 +29,7 @@ module.exports = function(app) {
|
||||
// omit big fields not needed for list
|
||||
_(builds).each(function(build) {
|
||||
delete build.stepTimings;
|
||||
delete build.scm.changes;
|
||||
build.project = _(build.project).pick('name', 'scm');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user