Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from jglick/control-dir-prefix-JENKINS-27152
[JENKINS-27152] Ameliorate problem by using a predictable control directory name
  • Loading branch information
jglick committed Dec 2, 2015
2 parents 0a836c1 + 79990a9 commit d652a99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -160,7 +160,7 @@ private static class WriteLog extends MasterToSlaveFileCallable<Long> {
* Directory in which this controller can place files.
*/
public FilePath controlDir(FilePath ws) {
return ws.child("."+id);
return ws.child(".jenkins-" + id);
}

/**
Expand Down

0 comments on commit d652a99

Please sign in to comment.