File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
cli/src/main/java/hudson/cli Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 59
59
Update center UI improvement. "Install" button is now always visisble.
60
60
< li class =bug >
61
61
Fixed a bug where a large output from Maven can cause module log output to go out of sync with module build log files.
62
+ < li class =bug >
63
+ Confusing error message when the --username option is used on the system with the .ssh directory.
64
+ (< a href ="https://issues.jenkins-ci.org/browse/JENKINS-11873 "> issue 11873</ a > )
62
65
< li class =bug >
63
66
Fixed prematurely re-drawn matrix test result graph.
64
67
</ ul >
Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ public static int _main(String[] _args) throws Exception {
319
319
LOGGER .log (FINE ,e .getMessage (),e );
320
320
return -1 ;
321
321
}
322
- System .err .println ("Failed to authenticate with your SSH keys. Proceeding with anonymous access " );
323
- LOGGER .log (FINE ,"Failed to authenticate with your SSH keys. Proceeding with anonymous access " ,e );
322
+ System .err .println ("Failed to authenticate with your SSH keys." );
323
+ LOGGER .log (FINE ,"Failed to authenticate with your SSH keys." ,e );
324
324
}
325
325
}
326
326
You can’t perform that action at this time.
0 commit comments