Navigation Menu

Skip to content

Commit

Permalink
JENKINS-33515 - Changes to close "Configuration" page once changes ar…
Browse files Browse the repository at this point in the history
…e saved.
  • Loading branch information
menonvarun committed Mar 15, 2016
1 parent 50ee9c4 commit 409d78c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ public boolean configure(StaplerRequest req, JSONObject formData) {
e.printStackTrace();
}
save();
return false;
return true;
}

public String getNoOfBuilds() { return noOfBuilds; }
Expand Down

0 comments on commit 409d78c

Please sign in to comment.