提交 07ecd9e1 编写于 作者: O Oliver Gondža

Broken .bat script in LauncherTest#overwriteSystemEnvVars

上级 c78d1519
......@@ -82,7 +82,7 @@ public class LauncherTest {
FreeStyleProject project = rule.createFreeStyleProject();
project.addProperty(new ParametersDefinitionProperty(new StringParameterDefinition("jenkins_19926", "${jenkins_19926} and new value")));
final CommandInterpreter script = Functions.isWindows()
? new BatchFile("echo %jenkins_19926")
? new BatchFile("echo %jenkins_19926%")
: new Shell("echo ${jenkins_19926}")
;
project.getBuildersList().add(script);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册