File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ru/pulsar/jenkins/library Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Swagger {
31
31
32
32
String swaggerPath = OscriptModules . getModulePath(" swagger" );
33
33
34
- steps. cmd(swaggerPath + " generate --src-path $config . srcDir --out $OUT " )
34
+ steps. cmd(swaggerPath + " generate --src-path $config . srcDir --out $OUT " )
35
35
36
36
steps. archiveArtifacts(OUT )
37
37
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class OscriptModules {
8
8
9
9
IStepExecutor steps = ContextRegistry . getContext(). getStepExecutor()
10
10
11
- String moduleBinary = steps. isUnix() ? moduleName : " $moduleName " " .bat" ;
11
+ String moduleBinary = steps. isUnix() ? moduleName : " $moduleName . bat " ;
12
12
String modulePath = " oscript_modules/bin/$moduleBinary " ;
13
13
if (! steps. fileExists(modulePath)) {
14
14
modulePath = moduleBinary;
You can’t perform that action at this time.
0 commit comments