Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-41124] Forgot to create the probe file!
  • Loading branch information
stephenc committed Jan 19, 2017
1 parent b9e2fa9 commit 8167384
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -160,6 +160,7 @@ public void evaluate() throws Throwable {
private void checkComputedFolder(ComputedFolderImpl instance, int round) throws IOException {
File rootDir = r.j.jenkins.getRootDir();
File probe = new File(rootDir, "leanbh-c\u00faig.probe");
FileUtils.touch(probe);
File actual = null;
Normalizer.Form form = null;
try {
Expand Down

0 comments on commit 8167384

Please sign in to comment.