Skip to content

Commit

Permalink
[JENKINS-28547] Expand inventory content with environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsirot committed Jun 16, 2015
1 parent a43c776 commit f189163
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ protected InventoryHandler getHandler()
public void addArgument(ArgumentListBuilder args, EnvVars envVars, BuildListener listener)
throws InterruptedException, IOException
{
inventory = createInventoryFile(inventory, content);
inventory = createInventoryFile(inventory, envVars.expand(content));
args.add("-i").add(inventory);
}

Expand Down

0 comments on commit f189163

Please sign in to comment.