提交 b46c7be5 编写于 作者: L lvotypko 提交者: Kohsuke Kawaguchi

Executor filtering in view

 Please enter the commit message for your changes. Lines starting
上级 7415fda1
...@@ -175,10 +175,9 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im ...@@ -175,10 +175,9 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im
@Override @Override
public Set<Label> getRelevantLabels() { public Set<Label> getRelevantLabels() {
Set<Label> r = new HashSet<Label>(); Set<Label> r = new HashSet<Label>();
r.add(getAssignedLabel());
for (MatrixConfiguration c : getActiveConfigurations()) for (MatrixConfiguration c : getActiveConfigurations())
r.add(c.getAssignedLabel()); r.add(c.getAssignedLabel());
return super.getRelevantLabels(); return r;
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册