This commit is contained in:
Toki 2024-12-30 22:20:02 +09:00
parent 840b008771
commit 5609d3ce16

View file

@ -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);
});