This commit is contained in:
Toki 2024-12-30 22:40:42 +09:00
parent 33975fef3b
commit a7158ae324

View file

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