test
This commit is contained in:
parent
5609d3ce16
commit
33975fef3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue