Skip to content

Commit

Permalink
[FIXED JENKINS-14396] Use fs root as jenkins user home.
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Jul 11, 2012
1 parent e799825 commit 4fbbddb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -212,6 +212,7 @@ public NodeMetadata get() {
.adminPrivateKey(getCloud().privateKey) // temporary due to jclouds bug
.authorizeAdminPublicKey(true)
.adminPublicKey(getCloud().publicKey)
.adminHome(getFsRoot())
.build();


Expand Down

0 comments on commit 4fbbddb

Please sign in to comment.