diff --git a/zuul/scheduler.py b/zuul/scheduler.py index e9e6cc7a1d..9ec7b36c25 100644 --- a/zuul/scheduler.py +++ b/zuul/scheduler.py @@ -558,6 +558,7 @@ class Scheduler(threading.Thread): if statsd and build.pipeline: jobname = build.job.name.replace('.', '_') key = 'zuul.pipeline.%s.all_jobs' % build.pipeline.name + statsd.incr(key) for label in build.node_labels: # Jenkins includes the node name in its list of labels, so # we filter it out here, since that is not statistically