Skip to content

Commit

Permalink
fix JENKINS-13339
Browse files Browse the repository at this point in the history
  • Loading branch information
omansion committed Apr 5, 2012
1 parent b30226f commit 41df9a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -430,7 +430,7 @@ public boolean buildout(Launcher launcher, TaskListener listener, Workspace work
return false;
// Call BUILDOUT and return status
return LauncherUtil.launch(launcher, listener, pwd, finalEnvironment, new ArgumentListBuilder(pwd.child(buildoutCfg)
.getParent().child("bin").child("buildout").getRemote()));
.getParent().child("bin").child("buildout").getRemote(), "-c", buildoutCfg));
}

/**
Expand Down

0 comments on commit 41df9a7

Please sign in to comment.