提交 57777440 编写于 作者: S Stephen Connolly

Support filtering of descriptors from the global configuration page

上级 7782d94f
......@@ -781,7 +781,7 @@ public class Functions {
List<Descriptor> answer = new ArrayList<Descriptor>(r.size());
for (Tag d : r) answer.add(d.d);
return answer;
return DescriptorVisibilityFilter.apply(Jenkins.getInstance(),answer);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册