print yaml complete
This commit is contained in:
parent
4fb29495fe
commit
f33fabc7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class DataComposerJenkins extends DataComposer {
|
|||
|
||||
//write build data
|
||||
var shell = StringBuffer('printf "%s\n" "\${BuildData}"');
|
||||
var process = await ProcessExecutor.start(shell);
|
||||
var process = await ProcessExecutor.start(shell, printStdout: false);
|
||||
await process.waitForExit();
|
||||
buildYaml = process.stdout.toString();
|
||||
} else if (Platform.isWindows) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue