test
This commit is contained in:
parent
81bba7e742
commit
c78f417085
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class Application {
|
|||
'/C',
|
||||
'${Directory.current.path}/assets/script/batch/jenkins_env_params.bat'
|
||||
]).then((ProcessResult result) => jsonStr = result.stdout);
|
||||
jsonStr = jsonStr.replaceAll('\\', '/');
|
||||
jenkinsMap = getMapFromJson(jsonStr);
|
||||
} else {
|
||||
enable = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue