This commit is contained in:
Toki 2024-12-30 22:37:02 +09:00
parent 5609d3ce16
commit 33975fef3b

View file

@ -52,8 +52,8 @@ class DataComposerJenkins extends DataComposer {
jenkinsMap = getMapFromJson(jsonStr)!;
var shell = '\$BuildData';
await Process.run(shell, []).then((ProcessResult result) {
print(result.stdout);
Process.run(shell, []).asStream().listen((result) {
print('=====> ${result.stdout}');
});
} else if (Platform.isWindows) {
await Process.run('cmd', [