Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-30270] Fixed name of warnings trend graph cookie.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 6, 2015
1 parent e20592f commit 34c2aef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public UserGraphConfigurationView(final GraphConfiguration configuration, final
final String projectActionUrl, final String globalFileName, final Cookie[] cookies, final BuildHistory buildHistory) {
super(configuration, project, projectActionUrl, buildHistory);

if (!configuration.initializeFrom(createCookieHandler(projectActionUrl).getValue(cookies))) {
if (!configuration.initializeFrom(createCookieHandler(globalFileName).getValue(cookies))) {
configuration.initializeFromFile(createDefaultsFile(project, globalFileName));
}
}
Expand Down

0 comments on commit 34c2aef

Please sign in to comment.