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

[FIXED JENKINS-11873] don't say proceeding with anonouymous because we might not

上级 8ad2502c
......@@ -59,6 +59,9 @@ Upcoming changes</a>
Update center UI improvement. "Install" button is now always visisble.
<li class=bug>
Fixed a bug where a large output from Maven can cause module log output to go out of sync with module build log files.
<li class=bug>
Confusing error message when the --username option is used on the system with the .ssh directory.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11873">issue 11873</a>)
<li class=bug>
Fixed prematurely re-drawn matrix test result graph.
</ul>
......
......@@ -319,8 +319,8 @@ public class CLI {
LOGGER.log(FINE,e.getMessage(),e);
return -1;
}
System.err.println("Failed to authenticate with your SSH keys. Proceeding with anonymous access");
LOGGER.log(FINE,"Failed to authenticate with your SSH keys. Proceeding with anonymous access",e);
System.err.println("Failed to authenticate with your SSH keys.");
LOGGER.log(FINE,"Failed to authenticate with your SSH keys.",e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册