test
This commit is contained in:
parent
020e47985a
commit
6acf9d4764
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.substring(jsonStr.indexOf('{'));
|
||||
jsonStr = jsonStr.replaceAll('\\', '/');
|
||||
jenkinsMap = getMapFromJson(jsonStr);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue