test
This commit is contained in:
parent
840b008771
commit
5609d3ce16
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class DataComposerJenkins extends DataComposer {
|
|||
]).then((ProcessResult result) => jsonStr = result.stdout);
|
||||
jenkinsMap = getMapFromJson(jsonStr)!;
|
||||
|
||||
var shell = 'printf \$BuildData';
|
||||
var shell = '\$BuildData';
|
||||
await Process.run(shell, []).then((ProcessResult result) {
|
||||
print(result.stdout);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue