提交 c15ce7d5 编写于 作者: K Kohsuke Kawaguchi

The code was incorrectly ignoring bogus suffix.

It should return null for those cases instead.
上级 829f491c
......@@ -2162,6 +2162,8 @@ public class Jenkins extends AbstractCIBase implements ModifiableItemGroup<TopLe
break;
}
ctx=i;
} else {
return null;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册