Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #30 from matthewlmcclure/JENKINS-21280
[FIXED JENKINS-21280] Update usage statistics opt out
  • Loading branch information
orrc committed Jan 8, 2014
2 parents 6aedbd0 + 72ac193 commit b414ba5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -530,6 +530,7 @@ public Void call() throws Exception {
try {
out = new PrintWriter(configFile);
out.println("pingOptIn=false");
out.println("pingId=0");
out.flush();
out.close();
} catch (FileNotFoundException e) {
Expand Down

0 comments on commit b414ba5

Please sign in to comment.