This commit is contained in:
leedongmyung[desktop] 2023-11-15 22:47:01 +09:00
parent 020e47985a
commit 6acf9d4764

View file

@ -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 {