提交 f32e9673 编写于 作者: O Oliver Gondža

Fix url presented by JenkinsRule#interactiveBreak

上级 38fc3e53
......@@ -967,7 +967,7 @@ public class JenkinsRule implements TestRule, MethodRule, 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("Jenkins is running at http://localhost:"+localPort+"/");
System.out.println("Jenkins is running at " + getURL());
new BufferedReader(new InputStreamReader(System.in)).readLine();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册