We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8259bf commit 78b4942Copy full SHA for 78b4942
src/ru/pulsar/jenkins/library/utils/OscriptModules.groovy
@@ -8,7 +8,7 @@ class OscriptModules {
8
9
IStepExecutor steps = ContextRegistry.getContext().getStepExecutor()
10
11
- String moduleBinary = steps.isUnix() ? moduleName : "$moduleName"".bat";
+ String moduleBinary = steps.isUnix() ? moduleName : "$moduleName.bat";
12
String modulePath = "oscript_modules/bin/$moduleBinary";
13
if (!steps.fileExists(modulePath)) {
14
modulePath = moduleBinary;
0 commit comments