Skip to content

Commit

Permalink
close issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoma98 committed Jan 29, 2014
1 parent 701b4c2 commit aa4f729
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -65,11 +65,15 @@ public Boolean executeStep(AbstractBuild build,
this.globalVars = globalVars;
authCredentials = SkytapUtils.getAuthCredentials(build);


// reset step parameters with env vars resolved at runtime
String expTemplateFile = SkytapUtils.expandEnvVars(build, templateFile);

// if no path was provided (just filename), convert to jenkins workspace path
expTemplateFile = SkytapUtils.convertFileNameToFullPath(build, expTemplateFile);
if (!expTemplateFile.isEmpty()) {
expTemplateFile = SkytapUtils.convertFileNameToFullPath(build,
expTemplateFile);
}

// get runtime template id
try {
Expand Down

0 comments on commit aa4f729

Please sign in to comment.