Skip to content

Commit

Permalink
Fix for JENKINS-20067
Browse files Browse the repository at this point in the history
Updated login url per Geoff Cummings suggestion.
  • Loading branch information
shermdog committed Apr 7, 2014
1 parent f629230 commit d7c32a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -146,7 +146,7 @@ static HttpMethod executeMethod(HttpMethodBase method,
// they clock the login link, which is most stable across different
// environment
GetMethod loginMethod = new GetMethod(hudsonInstance.getUrl()
+ "loginEntry");
+ "login");
followRedirects(loginMethod, hudsonInstance);

try {
Expand Down

0 comments on commit d7c32a3

Please sign in to comment.