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

Jenkins!

上级 e19e0ebd
......@@ -769,7 +769,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
* This is useful during debugging a test so that one can inspect the state of Hudson through the web browser.
*/
public void interactiveBreak() throws Exception {
System.out.println("Hudson is running at http://localhost:"+localPort+"/");
System.out.println("Jenkins is running at http://localhost:"+localPort+"/");
new BufferedReader(new InputStreamReader(System.in)).readLine();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册