This commit is contained in:
leedongmyung 2023-11-12 15:46:00 +09:00
parent 81bba7e742
commit c78f417085

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.replaceAll('\\', '/');
jenkinsMap = getMapFromJson(jsonStr);
} else {
enable = false;